index.js 128 B

12345
  1. import hasPermi from './permission/hasPermi'
  2. export default function directive(app) {
  3. app.directive('hasPermi', hasPermi)
  4. }