veaury
veaury copied to clipboard
vue3中使用react,react jsx文件必须放在react_app文件夹下,不然会报错
vue3中使用react,react jsx文件必须放在react_app文件夹下,按照demo运行没问题,但是如果将jsx文件移到其他非react_app文件夹名下就会报错
@bogart001 这是正确的回表现,如果你想在其他目录也能编译react jsx,需要修改插件的配置,具体看文档