import hasRoles from "./roles/index.js" // 自定义指令 v-hasRoles function directive(app) { app.directive('hasRoles',hasRoles) } export default directive;