合集-Typescript学习笔记

摘要: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 阅读(609) 评论(0) 推荐(2)