1
This commit is contained in:
9
openhis-ui-vue3/src/directive/index.js
Normal file
9
openhis-ui-vue3/src/directive/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import hasRole from './permission/hasRole'
|
||||
import hasPermi from './permission/hasPermi'
|
||||
import copyText from './common/copyText'
|
||||
|
||||
export default function directive(app){
|
||||
app.directive('hasRole', hasRole)
|
||||
app.directive('hasPermi', hasPermi)
|
||||
app.directive('copyText', copyText)
|
||||
}
|
||||
Reference in New Issue
Block a user