Skip to content

Commit d592a2e

Browse files
authored
Update App.vue
1 parent 3ff55db commit d592a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/table-mode/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
:isTable="true"
4040
:itemcount="itemCount"
4141
>
42-
<template v-slot="targetIndex">
42+
<template v-slot:item="targetIndex">
4343
<item
4444
:key="targetIndex"
4545
:height="getItemProps(targetIndex).props.height"

0 commit comments

Comments
 (0)