Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

38 lines (17 loc) · 1.16 KB

0.6.3 (2020-01-13)

Bug Fixes

  • mounted instance can access $router or $store (37267c6)

0.6.2 (2019-12-04)

Bug Fixes

  • fix the bug that *passing options multiple times will overwrite the previous. (fe23366)

0.6.1 (2019-11-25)

Bug Fixes

  • fix bug calling set method when the component has no props passed in (e3e1cf1)

0.6.0 (2019-11-12)

Features

  • add new MountOption: watch (b698214)
  • watch: adjust the callback function to ensure that there are always four parameters (e4d94ee)

0.5.5 (2019-11-05)

Bug Fixes

  • buildin-event: fix emit 'mount:mount' event before listener binded (6e0dfde)
  • The mount instance can calls the mount method again after the component is destroyed to mount the component again (9f461c7)