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 b5dc40c commit abf094fCopy full SHA for abf094f
packages/floating-vue/src/index.ts
@@ -20,9 +20,15 @@ import PrivateVClosePopper from './directives/v-close-popper'
20
21
export const options = config
22
// Directive
23
+/**
24
+ * @deprecated Import `vTooltip` instead.
25
+ */
26
export const VTooltip = PrivateVTooltip
27
export const vTooltip = PrivateVTooltip // For <script setup>
28
export { createTooltip, destroyTooltip } from './directives/v-tooltip'
29
30
+ * @deprecated Import `vClosePopper` instead.
31
32
export const VClosePopper = PrivateVClosePopper
33
export const vClosePopper = PrivateVClosePopper // For <script setup>
34
// Components
0 commit comments