Skip to content

Commit

Permalink
fix(vue): fix Teleport import
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmkstk committed Feb 5, 2024
1 parent 75b3e1b commit 2886014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/Popover/LuiPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from '@floating-ui/vue'
import type { Placement } from '@floating-ui/vue'
import LuiButton from '../Button/LuiButton.vue'
import LuiPortal from '../Portal/LuiButton.vue'
import LuiPortal from '../Portal/LuiPortal.vue'
import { useOutsideClick, useTeleport } from '../../composables'
import { useId } from '../../utils/useId'
import type { TwClassInterface } from '../../globals/interfaces'
Expand Down

0 comments on commit 2886014

Please sign in to comment.