Open
Description
When building for development all template compiler warnings are treated as errors instead of warning and will break the build.
Examples for such warnings are:
text \"Some comment\" between v-if and v-else(-if) will be ignored.
When having a template like this:
<component v-if="foo" />
<!-- Some comment -->
<component v-else />
Metadata
Assignees
Labels
No labels