[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-02-01 06:01:18 +00:00
parent 5da228257a
commit c1d45a00d1

View File

@@ -57,8 +57,6 @@ const emit = defineEmits<{
'approach-end': []
}>()
const itemHeight = ref(defaultItemHeight)
const itemWidth = ref(defaultItemWidth)
const container = ref<HTMLElement | null>(null)