Skip to content

Commit 1ed1cb7

Browse files
committed
wip
1 parent 49a9cd0 commit 1ed1cb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tippy",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"main": "index.js",
55
"module": "dist/vue-tippy.mjs",
66
"unpkg": "dist/vue-tippy.iife.js",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import tippy, {
44
followCursor,
55
animateFill,
66
roundArrow,
7+
hideAll,
78
} from 'tippy.js'
89

910
import Tippy from './components/Tippy'
@@ -27,6 +28,7 @@ export {
2728
useTippyComponent,
2829
roundArrow,
2930
tippy,
31+
hideAll,
3032
useSingleton,
3133
setDefaultProps,
3234
Tippy,

0 commit comments

Comments
 (0)