You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making a configuration file editor. But I encountered two problems,
The class generated by jsx is not captured by vue, which causes the style of <style scope> to be considered never used. As a result, the rendered page uses the class name rc1 but no corresponding css is generated. I can only remove the scope to make the style effective globally.
Tailwind believes that the class generated by jsx calculation does not exist, so it does not correctly generate the corresponding style. I can only stop using tailwind and switch to inline style
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Related plugins
plugin-vue
plugin-vue-jsx
Describe the bug
I am making a configuration file editor. But I encountered two problems,
Reproduction
https://github.com/Misaka299/configedit.git
Steps to reproduce
No response
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: