We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pug's doctype option is set to html by default in pug-plain-loader. The reasoning is also explained there:
doctype
html
The doctype option is set to html by default, since most Vue templates are HTML fragments without explicit doctype.
The same we should do here in component-compiler-utils (otherwise developers should figure it out and set it by themesevles vuejs/vue-jest#170)
component-compiler-utils
I can create a PR if we agree to do it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pug's
doctype
option is set tohtml
by default in pug-plain-loader.The reasoning is also explained there:
The same we should do here in
component-compiler-utils
(otherwise developers should figure it out and set it by themesevles vuejs/vue-jest#170)I can create a PR if we agree to do it
The text was updated successfully, but these errors were encountered: