Skip to content

v0.10.6

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 29 Jul 04:02
· 3593 commits to main since this release
  • fix v-style error when value is falsy or a number. ( thanks to @dmfilipenko )
  • fix the built-in currency filter error when value is a string ( thanks to @dmfilipenko )
  • fix Vue.require for building with Component v1.0+ ( thanks to @kewah )
  • Allow template nodes to be passed as a template option ( thanks to @jordangarcia )
  • vm.$destroy() now accepts an optional argument noRemove. When passed in as true it will leave the vm's DOM node intact after the vm is destroyed.