猫爪在上
猫爪在上
 ```js // vite.config.js css: { devSourcemap: true } ``` vite - v3.0.8 windicss - v3.5.6 vite-plugin-windicss -v1.8.7
### Clear and concise description of the problem 使用如下配置: ```ts import { VantResolver } from 'unplugin-vue-components/resolvers'; import Components from 'unplugin-vue-components/vite'; export const configComponents = () => { return Components({ extensions:...
findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper2 which is inside StrictMode. Instead, add a ref directly to the element you want to reference.
当用户开启 vscode setting `source.organizeImports` 时,`export {}` 会被格式化为 `export { }`,当数量超过2个时,控制台会收到警告 `WARN Duplicated imports "", the one from "xxx/xxx.ts" has been ignored and "xxx/xxx.ts" is used` 在 `.ts` 文件中使用 `export {}`...
https://github.com/user-attachments/assets/0339d86e-8030-4a13-a55b-3a7917a541c6 点击函数定义会跳转到interface EffectFunc的定义,而不是 methods 方法,改为 type EffectFunc 后可以解决这个问题