diff --git a/docs/demos/list/DemoListVModelSupport.vue b/docs/demos/list/DemoListVModelSupport.vue index 34c36ab8..fcae4331 100644 --- a/docs/demos/list/DemoListVModelSupport.vue +++ b/docs/demos/list/DemoListVModelSupport.vue @@ -46,7 +46,7 @@ const slotSelection = ref(0) :value="index" :disable="item.disable" :is-active="slotSelection === index" - @click="item => handleListItemClick(item)" + @click="handleListItemClick(item, index)" />