vue2-jsx-runtime icon indicating copy to clipboard operation
vue2-jsx-runtime copied to clipboard

JSX runtime for Vue 2.

Results 2 vue2-jsx-runtime issues
Sort by recently updated
recently updated
newest added

Hi. I am using this tools to test my vue component. I has a componentA, and it has a child componentB componetA is written as ` export default defineComponent({ setup(props):...

配置插件之后,会出现这样的 warning ![4BD76D5E273316CB478333ACA881B276](https://github.com/LancerComet/vue2-jsx-runtime/assets/24939100/3fb86037-9bd6-4052-a95e-32d585a6ecef) 是缺失什么配置还是啥呢? swc 配置如你的例子一样 ```js jsc: { transform: { react: { runtime: 'automatic', importSource: '@lancerComet/vue2-jsx-runtime', throwIfNamespace: false } } } ``` vue 版本:2.7.14 swc 版本:1.3.19