We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a9cd0 commit 1ed1cb7Copy full SHA for 1ed1cb7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-tippy",
3
- "version": "6.5.0",
+ "version": "6.6.0",
4
"main": "index.js",
5
"module": "dist/vue-tippy.mjs",
6
"unpkg": "dist/vue-tippy.iife.js",
src/index.ts
@@ -4,6 +4,7 @@ import tippy, {
followCursor,
animateFill,
roundArrow,
7
+ hideAll,
8
} from 'tippy.js'
9
10
import Tippy from './components/Tippy'
@@ -27,6 +28,7 @@ export {
27
28
useTippyComponent,
29
30
tippy,
31
32
useSingleton,
33
setDefaultProps,
34
Tippy,
0 commit comments