摘要: src/main.js // 自定义指令 import * as directives from "@/directives"; Object.keys(directives).forEach(key => { app.directive(key, (directives as { [key: st 阅读全文
posted @ 2023-10-17 10:42 SeriousSnow 阅读(592) 评论(0) 推荐(2)