spring
16 小时以前 c7b77f17e443124bf3080cde2e1c0d40a3ededb5
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)
}