We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,我在项目中只配置了vue的jsx写法并不让项目支持vue文件写法 导致这种按需引入实际上样式文件一个都不起效果
The text was updated successfully, but these errors were encountered:
这样写试一下
Components( resolvers: [ ElementPlusResolver({ importStyle: 'sass' }) ] )
Sorry, something went wrong.
这样写试一下 Components( resolvers: [ ElementPlusResolver({ importStyle: 'sass' }) ] )
没效果
我后面又去查了一下,看了官方的回答,这个插件好像是不支持jsx写法的
No branches or pull requests
如题,我在项目中只配置了vue的jsx写法并不让项目支持vue文件写法 导致这种按需引入实际上样式文件一个都不起效果
The text was updated successfully, but these errors were encountered: