Skip to content

0.11.2

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 02 Dec 02:45
· 3593 commits to main since this release

Changed

  • Mixins are now resolved before the option object that contains it. An example is by the time your component's created hook is called, all its mixins' created hooks would have already been called in order.
  • Mixins can be composed by including another mixin

Fixed

  • Refactored component scope compilation logic to fix a few edge cases
  • Fixed #610, #612, #613