fix: props not have effect
This commit is contained in:
parent
76e7617d95
commit
e538998472
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ function toggleExpand(node: Node, ancestor?: []) {
|
|||
() => (selectable ? $emit('select', node) : toggleExpand(node))
|
||||
"
|
||||
>
|
||||
<div v-if="!level" style="margin-right: var(--size-1)">
|
||||
<div v-if="!level && movable" style="width: var(--size-16)">
|
||||
<q-btn
|
||||
id="btn-up"
|
||||
for="btn-up"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue