spring
2025-09-01 0081a64f206d07c79fe34a1a5f79383299ee72eb
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)
}