fix
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* @param params showList:打印加载的应用;apps:加载的应用文件名数组
|
||||
*/
|
||||
import core from './core.import'
|
||||
import dvui from '../project/dvui/entries'
|
||||
|
||||
const install = function (Vue, params) {
|
||||
if (install.installed) return
|
||||
@@ -31,6 +32,7 @@ const install = function (Vue, params) {
|
||||
apps.push(app.component)
|
||||
Vue.component(app.name, app.component)
|
||||
})
|
||||
Vue.use(dvui)
|
||||
return Promise.resolve(apps)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user