29 Star 163 Fork 83

风行/一二三企业级通用低代码开发平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 275 Bytes
一键复制 编辑 原始数据 按行查看 历史
风行 提交于 2年前 . 4.9更新内容
import tab from './tab'
import auth from './auth'
import modal from './modal'
export default {
install(Vue) {
// 页签操作
Vue.prototype.$tab = tab
// 认证对象
Vue.prototype.$auth = auth
// 模态框对象
Vue.prototype.$modal = modal
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/popsoft/abc-development-platform.git
git@gitee.com:popsoft/abc-development-platform.git
popsoft
abc-development-platform
一二三企业级通用低代码开发平台
master

搜索帮助