猫爪在上

Results 6 issues of 猫爪在上

在issues中只找到了Vue项目使用React组件的配置 我想尝试一下这个库,谢谢

good first issue

![image](https://user-images.githubusercontent.com/40299372/185019874-41b06ca8-487a-4ac9-a048-29a305eb81e1.png) ```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:...

enhancement

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 后可以解决这个问题