The HTML code in the .vue file has comments and starts reporting an error. What's the reason? #4303
Answered
by
chenjiahan
Zuojiangtao
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
chenjiahan
Dec 31, 2024
Replies: 1 comment 4 replies
-
Hi, can you provide a minimal reproduction repo? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because you have overridden all the built-in plugins and broken the vue-loader:
You should push new plugins into the `plugins' array rather than overriding it: