spring
2025-08-14 a6fae527cdedd7f961888f72b91acc4188c3ce8b
src/directive/index.js
@@ -1,7 +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)
}