新增加弹框modal封装

This commit is contained in:
不做码农
2022-03-01 11:09:16 +08:00
parent 3d457bc8c5
commit 8c8b438ad4
2 changed files with 85 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import tab from './tab'
// import auth from './auth'
// import cache from './cache'
// import modal from './modal'
import modal from './modal'
// import download from './download'
export default {
@@ -13,7 +13,7 @@ export default {
// 缓存对象
// Vue.prototype.$cache = cache
// 模态框对象
// Vue.prototype.$modal = modal
Vue.prototype.$modal = modal
// 下载文件
// Vue.prototype.$download = download
}