79117052

Date: 2024-10-23 08:29:50
Score: 1
Natty:
Report link

<VCombobox :value="props.value" :items="dataList">
  <template #item="{ props }">
      <VListItem
        v-bind="props"
        @click="handleOnSelect(props?.value)"
      />
    </template>
</VCombobox>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: HSI82732