Separate virtual directives tab into separate files
This commit is contained in:
parent
b55aeb54f6
commit
92f724de36
5 changed files with 237 additions and 193 deletions
|
|
@ -72,6 +72,7 @@ const moveUp = () => {
|
|||
const moveDnValid = computed(() => {
|
||||
return props.selectedId < props.modelValue.length - 1
|
||||
})
|
||||
|
||||
const moveDn = () => {
|
||||
const newModel = [...props.modelValue]
|
||||
const movable = newModel.splice(props.selectedId.value, 1)[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue