xiaobc

Results 9 comments of xiaobc

最新版插件在vite3 vue3中使用react情况下第二种配置报下面错 ![image](https://user-images.githubusercontent.com/4045741/223608958-4d49b297-0c7c-4b1e-ad21-0986dd8df6b8.png) 换用第一种方式正常,估计是包装有问题

> @xiaobc1234 请直接使用veaury的vite插件 > > https://github.com/devilwjp/veaury#vite 我一开始是这么用的,但是报上面的错,换成第一种方式就正常: ` "veaury": "^2.3.12" ` ```JSX export default defineConfig({ resolve: { alias: { vue: 'vue/dist/vue.esm-bundler.js', '/@': resolve(__dirname, './src'), '@src': resolve(__dirname, './src'), '@services': resolve(__dirname, './src/services'),...

> @xiaobc1234 你截图中的错,就是把react的jsx以vue的方式去解析了,你的react组件是放在什么目录下的,默认必须放在react_app目录下、 哦,我这没有react_app目录,组件是放在src/components/react-comp 下面的

Is there any other library that can replace

> The barcode in the photo cannot be recognized

> 这种方式就没办法知道是哪个字段change了吧,我现在用ref缓存了 abnormalTypeOpts 值,倒是可以拿到。

Use postcss-windicss-postcss7 plugin