You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading to @12.2.0, the doctype setting is no longer processed, result in symptoms like below:
div(v-my-directive) ==>
which generates tons of warnings like v, my, directive not defined since Vue tries to interpret "v-my-directive" as JS expression at runtime
I respect the changes in @12.2.0 to "simplify template preprocessor", but I'd like to see an "official" approach to set doctype, or I'll have to settle with @12.1.0
What does the proposed API look like?
The old settings like above or explicit pug rule block alongside vue: