Skip to content

Commit

Permalink
feat: export vTooltip and vClosePopper for script setup usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 8, 2024
1 parent 50d9677 commit 16b3a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/floating-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ import PrivateVClosePopper from './directives/v-close-popper'
export const options = config
// Directive
export const VTooltip = PrivateVTooltip
export const vTooltip = PrivateVTooltip // For <script setup>
export { createTooltip, destroyTooltip } from './directives/v-tooltip'
export const VClosePopper = PrivateVClosePopper
export const vClosePopper = PrivateVClosePopper // For <script setup>
// Components
export const Dropdown = PrivateDropdown
export const Menu = PrivateMenu
Expand Down

0 comments on commit 16b3a9b

Please sign in to comment.