Skip to content

1.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 25 Sep 20:44
· 3591 commits to main since this release

Includes all changes in 0.12.16. In addition:

  • v-else now works with v-show:

    <div v-show="ok">OK</div>
    <div v-else>NOT OK</div>
  • Adjusted attribute interpolation deprecation warnings to be in accordance with 1.0.0-beta.2.