import { useAuth } from './auth'; /** * 指令:v-xxx * @methods auth 按钮权限,用法: v-auth */ export const registerDirective = (app) => { useAuth(app); };