We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f051f7 commit 13b7f73Copy full SHA for 13b7f73
src/main.js
@@ -9,6 +9,9 @@ import LoginDialog from './components/LoginDialog.vue'
9
import I18nPlugin from './plugins/gettext.js'
10
Vue.use(I18nPlugin)
11
12
+// Dynamic import
13
+// import('yix-engineer/src/lib.js')
14
+// .then(EngineerPlugin => Vue.use(EngineerPlugin))
15
import EngineerPlugin from 'yix-engineer/src/lib.js'
16
Vue.use(EngineerPlugin)
17
0 commit comments