refactor: simplify generic type (#869)

zio/stable
三咲智子 Kevin Deng 2023-01-08 18:38:26 +08:00 committed by GitHub
parent 9f71fd005f
commit 559e3219f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<script setup lang="ts" generic="T extends any, O extends any">
<script setup lang="ts" generic="T, O">
// @ts-expect-error missing types
import { DynamicScroller } from 'vue-virtual-scroller'
import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'