From 97864ac1ff390d969e54244a85365bf67912beed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 22 Oct 2019 10:45:26 +0200 Subject: [PATCH] Properly register tooltip directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 7e86892a6..02a53940c 100644 --- a/src/main.js +++ b/src/main.js @@ -43,7 +43,7 @@ Vue.mixin({ } }) -Vue.use(Tooltip) +Vue.directive('tooltip', Tooltip) /* eslint-disable-next-line no-new */ new Vue({