Refactor #4231 - For OrderList

This commit is contained in:
mertsincan 2023-08-02 15:01:49 +03:00
parent 94bd3ef462
commit b039254340
2 changed files with 5 additions and 1 deletions

View file

@ -52,7 +52,7 @@
@focus="onListFocus"
@blur="onListBlur"
@keydown="onListKeyDown"
v-bind="{ ...listProps, ...ptm('list') }"
v-bind="{ ...listProps, ...ptm('list'), ...ptm('transition') }"
>
<template v-for="(item, i) of modelValue" :key="getItemKey(item, i)">
<li