Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

v0.2.3

Latest
Compare
Choose a tag to compare
@sam3d sam3d released this 29 Aug 00:52
· 9 commits to master since this release

This is a small little fix! Thanks to @rstoenescu in 0d0e8f2, we no longer overload Vue with unnecessary props depending on the version.

Where previously it would have created both beforeCompile and beforeCreate as props regardless of the Vue version, it will now target the correct version and only use the prop for that version.