mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-28 07:12:41 +00:00
ruoyi
This commit is contained in:
7
src/directive/index.js
Normal file
7
src/directive/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import hasRole from './permission/hasRole'
|
||||
import hasPermi from './permission/hasPermi'
|
||||
|
||||
export default function directive(app){
|
||||
app.directive('hasRole', hasRole)
|
||||
app.directive('hasPermi', hasPermi)
|
||||
}
|
Reference in New Issue
Block a user