Skip to content

Unable to render HTML comments in Components. #12902

Answered by jh-leong
Stubbs asked this question in Help/Questions
Discussion options

You must be logged in to vote

Did you configure @vitejs/plugin-vue? Try this in your Vite config:

vue({
  template: {
    compilerOptions: {
      comments: true,
    },
  },
})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Stubbs
Comment options

@jh-leong
Comment options

Answer selected by Stubbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants