This commit is contained in:
Georges KABBOUCHI
2024-12-23 18:00:23 +02:00
parent 49a9cd01d5
commit 1ed1cb734a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-tippy",
"version": "6.5.0",
"version": "6.6.0",
"main": "index.js",
"module": "dist/vue-tippy.mjs",
"unpkg": "dist/vue-tippy.iife.js",
+2
View File
@@ -4,6 +4,7 @@ import tippy, {
followCursor,
animateFill,
roundArrow,
hideAll,
} from 'tippy.js'
import Tippy from './components/Tippy'
@@ -27,6 +28,7 @@ export {
useTippyComponent,
roundArrow,
tippy,
hideAll,
useSingleton,
setDefaultProps,
Tippy,