新增tab对象简化页签操作

This commit is contained in:
RuoYi
2021-11-19 17:58:55 +08:00
parent 334f79efe4
commit adcb6194c8
12 changed files with 108 additions and 35 deletions

View File

@@ -1,3 +1,4 @@
import tab from './tab'
import auth from './auth'
import cache from './cache'
import modal from './modal'
@@ -5,6 +6,8 @@ import download from './download'
export default {
install(Vue) {
// 页签操作
Vue.prototype.$tab = tab
// 认证对象
Vue.prototype.$auth = auth
// 缓存对象