mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-05-15 00:00:02 +08:00
优化component插件
This commit is contained in:
@@ -28,7 +28,7 @@ function appComponent(app, item){
|
||||
|
||||
const install = (app) => {
|
||||
app.config.globalProperties.$post('/component/list', { size: 999999 }).then((res) => {
|
||||
res.data.list.forEach(it => {
|
||||
res.data.forEach(it => {
|
||||
appComponent(app, it)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user