mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
fix: 修改打包错误
This commit is contained in:
parent
3636062db2
commit
72d475db4c
@ -20,7 +20,7 @@ app.use(store);
|
|||||||
|
|
||||||
// nutUi按需加载
|
// nutUi按需加载
|
||||||
nutUiComponents.forEach((item) => {
|
nutUiComponents.forEach((item) => {
|
||||||
app.use(item);
|
app.use(item as any);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.mount('#app');
|
app.mount('#app');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user