fix: vItem.key 类型 Key (含 bigint) 转为 String 兼容 Vue :key
This commit is contained in:
@@ -615,7 +615,7 @@ onUnmounted(() => {
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="vItem in virtualizer.getVirtualItems()"
|
v-for="vItem in virtualizer.getVirtualItems()"
|
||||||
:key="vItem.key"
|
:key="String(vItem.key)"
|
||||||
:style="{
|
:style="{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 0,
|
top: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user