Skip to content

Commit 24f46aa

Browse files
fix: eslint
1 parent 2761c02 commit 24f46aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/vue-primitives/src/floating/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import type {
44
VirtualElement,
55
} from '@floating-ui/dom'
66

7-
import type { CSSProperties, MaybeRefOrGetter, Ref } from 'vue'
8-
import type { MutableRefObject } from '../hooks'
7+
import type { CSSProperties, Ref } from 'vue'
98

109
export type { ArrowOptions } from './arrow'
1110
export type {

packages/vue-primitives/src/popper/PopperContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { computed, shallowRef, watch, watchEffect } from 'vue'
2+
import { shallowRef, watch, watchEffect } from 'vue'
33
import {
44
autoUpdate,
55
flip,

0 commit comments

Comments
 (0)