mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5257
This commit is contained in:
parent
00c891a3e2
commit
0c6a35d280
9 changed files with 17 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" v-bind="ptmi('root')">
|
||||
<div :class="cx('controls')" v-bind="ptm('controls')">
|
||||
<slot name="controlsstart"></slot>
|
||||
<OLButton type="button" @click="moveUp" :aria-label="moveUpAriaLabel" :disabled="moveDisabled()" v-bind="moveUpButtonProps" :pt="ptm('moveUpButton')" :unstyled="unstyled">
|
||||
|
@ -90,6 +90,7 @@ import BaseOrderList from './BaseOrderList.vue';
|
|||
export default {
|
||||
name: 'OrderList',
|
||||
extends: BaseOrderList,
|
||||
inheritAttrs: false,
|
||||
emits: ['update:modelValue', 'reorder', 'update:selection', 'selection-change', 'focus', 'blur'],
|
||||
itemTouched: false,
|
||||
reorderDirection: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue