摘要: 解决方案: 在package.json中添加如下内容并执行yarn 或者pnpm i "resolutions": { "csstype": "3.0.10" } 阅读全文
posted @ 2022-04-02 21:47 七つ一旋桜 阅读(95) 评论(0) 推荐(0)
摘要: 解决方案: 在src目录下新建shims.d.ts 内容如下: React import { AttributifyAttributes } from 'windicss/types/jsx' declare module 'react' { interface HTMLAttributes<T> 阅读全文
posted @ 2022-04-02 21:31 七つ一旋桜 阅读(577) 评论(1) 推荐(1)