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