1122
This commit is contained in:
11
cdTMP/src/directives/index.js
Normal file
11
cdTMP/src/directives/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import auth from "./auth/index"
|
||||
import role from "./role/index"
|
||||
import copy from "./copy/index"
|
||||
|
||||
export default {
|
||||
install(Vue) {
|
||||
Vue.directive("auth", auth)
|
||||
Vue.directive("role", role)
|
||||
Vue.directive("copy", copy)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user