提交 f680ee1c authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

revert: 插件加载

上级 5b8863b9
......@@ -45,10 +45,13 @@ export default {
} else {
res = await window.SyncComponentCache[this.url]
}
if (res && res.data) {
const Fn = Function
this.mode = new Fn(`return ${res.data || res}`)()
/* if (res && res.data) {
const Fn = Function
this.mode = new Fn(`return ${res.data || res}`)()
}
} */
}
}
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论