【vue-blog】从SCF改为tsx
摘要:
修改tsconfig.json { // ... "compilerOptions": { // 增加对jsx的支持 "jsx": "preserve" }, // ... } 创建tsx文件 1. index.tsx import {defineComponent} from 'vue'; exp 阅读全文
posted @ 2023-03-21 17:17 东方来客 阅读(70) 评论(0) 推荐(0) 编辑