Properly register tooltip directive

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-10-22 10:45:26 +02:00
parent f940d23968
commit 97864ac1ff

View File

@@ -43,7 +43,7 @@ Vue.mixin({
} }
}) })
Vue.use(Tooltip) Vue.directive('tooltip', Tooltip)
/* eslint-disable-next-line no-new */ /* eslint-disable-next-line no-new */
new Vue({ new Vue({