2 Star 7 Fork 5

王朋 / wui-desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
global.js 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
王朋 提交于 2022-01-25 17:31 . 完善系统设置板块
import Vue from "vue"
const requireCompontentApp=require.context('./components/modalContent',true,/\index.vue$/)
requireCompontentApp.keys().forEach(fileName=>{
const app=requireCompontentApp(fileName)
const ctrl=app.default||app
console.log(ctrl.name,'应用名称')
Vue.component(ctrl.name, ctrl)
})
JavaScript
1
https://gitee.com/yanyufanchen/wui-desktop.git
git@gitee.com:yanyufanchen/wui-desktop.git
yanyufanchen
wui-desktop
wui-desktop
master

搜索帮助