Skip to content

Commit

Permalink
Update src/components/PopOver/PPopOver.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 authored May 24, 2024
1 parent 5094dd5 commit 7510212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PopOver/PPopOver.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import { useMostVisiblePositionStyles } from '@/compositions/position'
import { usePopOverGroup } from '@/compositions/usePopOverGroup'
import { PositionMethod } from '@/types/position'
import { isDefined, randomId } from '@/utilities'
import { randomId } from '@/utilities'
import { left, right, bottom, top } from '@/utilities/position'
const props = withDefaults(defineProps<{
Expand Down

0 comments on commit 7510212

Please sign in to comment.