import { useAuth } from './auth'; /** * 指令:v-auth */ export const registerDirective = (app) => { useAuth(app); };