Export default function

This commit is contained in:
Fawad Mirzad
2021-02-14 16:18:36 +01:00
parent ba3de9ce74
commit 9b948943c0
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ export {
MountableMixin,
}
export function install(Vue, options) {
export default function install(Vue, options) {
options = {
installComponents: true,
autobindAllEvents: false,