Skip to content

v2.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 16 Jun 17:04
· 2904 commits to main since this release

New

  • Vue.config.ignoredElements: an Array of element tag names to ignore during render. Elements listed in this option will be rendered as plain elements instead of components.

Fixed

  • Wrong v-for alias check regex in template compilation error detection