non-standard HTML tag #2909
-
Hello.
And now I can use it in MD files.
But when I run npm run docs:build I get a warning
Please tell me how to properly configure component resolution (non-standard HTML tag) via compilerOptions.isCustomElement so that Vue does not issue warnings. I read this documentation Perhaps there are other, simpler, ways to indent a paragraph from the left in the MD file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
we do not recommend you to use non-standard tags, especially tags not defined with custom-element api. If you are using custom elements, import |
Beta Was this translation helpful? Give feedback.
we do not recommend you to use non-standard tags, especially tags not defined with custom-element api.
If you are using custom elements, import
addCustomElement
fromvuepress-shared/node
and use it inextendsBundlerOptions
lifecycle.