tom-cnblogs

导航

2025年9月1日 #

Cannot find module ‘@vitejs/plugin-vue‘ or its corresponding type declarations.

摘要: 报错 electron.vite.config.ts:3:17 - error TS2307: Cannot find module '@vitejs/plugin-vue' or its corresponding type declarations. There are types at 'E: 阅读全文

posted @ 2025-09-01 17:33 tomcodes 阅读(1) 评论(0) 推荐(0)

2025年8月31日 #

vue3+vite+ts引入iconfont

摘要: 一,iconfont建立项目库; 二,Symbol页复制js文件到assets 三,封装icon 点击查看代码 <template> <svg :class="svgClass" aria-hidden="true"> <use :xlink:href="iconClassName" :fill=" 阅读全文

posted @ 2025-08-31 14:18 tomcodes 阅读(4) 评论(0) 推荐(0)