Skip to content

v2.1.1

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 23 Nov 21:04
· 2235 commits to main since this release

Fixed

  • fix non-existent property reference detection after vue-loader code generation change
  • #4284 fix instance root node patching edge case (@HerringtonDarkholme via #4299)
  • #4288 fix v-once nodes losing child reference after patch
  • #4289 vue-template-compiler: fix single-file components nested <template> parsing error