mirror of
https://github.com/elk-zone/elk
synced 2024-11-23 22:56:09 +09:00
refactor: simplify generic type (#869)
This commit is contained in:
parent
9f71fd005f
commit
559e3219f1
@ -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 New Issue
Block a user