摘要: 1. vite.config 文件里面 1 import AutoImport from 'unplugin-auto-import/vite' 2 3 plugins: [ 4 ......., 5 AutoImport({ 6 include: [ 7 /\.[tj]sx?$/, // .ts, 阅读全文
posted @ 2024-05-21 16:19 等风来灬 阅读(213) 评论(0) 推荐(0) 编辑