mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
clear unused imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { VVirtualList } from 'vueuc'
|
||||
import type { VirtualListInst } from 'vueuc'
|
||||
import { NScrollbar } from 'naive-ui/es/_internal'
|
||||
import type { ScrollbarInst } from 'naive-ui/es/_internal'
|
||||
import { NScrollbar } from 'naive-ui/es/_internal'
|
||||
import { computed, onMounted, ref, type PropType } from 'vue'
|
||||
import type { VirtualListInst } from 'vueuc'
|
||||
import { VVirtualList } from 'vueuc'
|
||||
import type { ItemData } from 'vueuc/lib/virtual-list/src/type'
|
||||
|
||||
const scrollerInstRef = ref<ScrollbarInst | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user