-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
Illegal tag name. Use '<' to print '<'. #210
Comments
Can you provide a mini repo? thank you 🙏. |
I guess this is an issue of This is because currently |
/cc @webfansplz I think we need to allow users to enable/disable inspector, like the workaround of nuxt/devtools#259 |
I agree that we should add the options to resolve the issue, and I think it would be better if we could support the pug template in |
Hi, Thanks for your reply! |
Yes, this bug is thrown by vite-plugin-vue-inspector. |
Upgrade to v7.0.14 and update the Vite config: VueDevTools({
componentInspector: false,
}) |
Hi, I'm a front-end developer from Taiwan.
Thanks for developing such an awesome tool that will save lots of Vue developers' time
Recently, I found a bug when using this plugin with Pug
The below codes are the simplest reproduction.
If I need to provide more information, please leave a comment below.
I will respond to it as soon as possible.
Thanks 🙏 !
---UPDATE: 2024/2/1 ---
I'm sorry that I provided insufficient information about this issue, and I have created a reproduction repo based on the project in which I encountered this problem.
https://github.com/s27840213/Vue-Devtool-Bug-Rereproduction/tree/main
The project originally was a Monorepo project with 2 packages and 3 projects, and now I have simplified it, just preserving a test project that will throw the error.
I have add a READMD.md in this repo.
If you need more information, just leave a comment below, and I will also reply it as soon as possible! Thank you very much!
The text was updated successfully, but these errors were encountered: