mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-21 12:58:59 +08:00
发布 v3.3.0
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import auth from './auth'
|
||||
import cache from './cache'
|
||||
import modal from './modal'
|
||||
import download from './download'
|
||||
|
||||
export default {
|
||||
install(Vue) {
|
||||
// 认证对象
|
||||
Vue.prototype.$auth = auth
|
||||
// 缓存对象
|
||||
Vue.prototype.$cache = cache
|
||||
// 模态框对象
|
||||
|
||||
Reference in New Issue
Block a user