Skip to content

Release 0.4.1

Compare
Choose a tag to compare
@miniflycn miniflycn released this 17 Jun 16:22
· 84 commits to master since this release
  1. render the dom faster
  2. can use .$set([Object]) , for example:
vm.$set({
  msg: 'hello',
  name: 'Donald'
});