mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
refactor: simplify generic type (#869)
This commit is contained in:
parent
9f71fd005f
commit
559e3219f1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue