Skip to content

v5.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 27 Feb 17:09
· 162 commits to master since this release
  • Compatiblity with Vue 2.2.
    • This version now requires setting allowSyntheticDefaultImports to true in TS compiler options.
    • Now recommends using import Vue from 'vue' instead of import Vue = require('vue').