yzw2017
yzw2017
方便加个v交流一下吗
vite-plugin-svg-icons version 2.0.1 cannot find module fast-glob vite启动时 报错,看了源码 没有安装这个包 麻烦快点修复一下
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.2.12 ### Environment [email protected] win10 ### Reproduction link [http://www.baidu.com](http://www.baidu.com)...
使用 npm create vite 创建 vue3-ts项目 接入 @yangzw/bruce-std 后,按照文档配置完成。 每次保存代码都要用几秒钟去格式化代码,巨卡,并且eslint报出 Please check the ESLint rules for performance issues 。
/* * @Author: changcheng * @LastEditTime: 2023-08-24 11:50:03 */ import * as React from "react"; import { createRoot } from "react-dom/client"; function reducer(state, action) { if (action.type === 'incremented_age') {...