ES6
import ... from ...
CommonJS
require()
Vue.use( plugin )
Vue.use(MyPlugin, { someOption: true })
0