/** * 插件 * */ import auth from './auth' export default { async install(Vue, options) { // 指令 Vue.directive('auth', auth) } };