From 75a41fa8133be75840bae6d0a0bf7d307d3046e0 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Sun, 2 Aug 2020 14:03:21 +0300 Subject: [PATCH] wip --- playground/App.vue | 2 +- src/components/Tippy.ts | 2 +- src/composables/index.ts | 1 + src/composables/useTippy.ts | 5 ++--- src/index.ts | 3 ++- src/types/index.ts | 3 +++ 6 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 src/composables/index.ts create mode 100644 src/types/index.ts diff --git a/playground/App.vue b/playground/App.vue index f5d61bf..905d41c 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -10,7 +10,7 @@