mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #4231 - For OrderList
This commit is contained in:
parent
94bd3ef462
commit
b039254340
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue