This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
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.