mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-12 12:45:15 +08:00
fix:修改工具栏不会动态更新的问题
This commit is contained in:
parent
77137990a6
commit
d0752b0b26
@ -40,7 +40,12 @@
|
||||
</template>
|
||||
|
||||
<template v-else-if="item.type === 'select'">
|
||||
<n-select v-model:value="item.value" size="small" :options="item.options" />
|
||||
<n-select
|
||||
v-model:value="item.value"
|
||||
size="small"
|
||||
:options="item.options"
|
||||
@update:value="handleChange($event, item)"
|
||||
/>
|
||||
</template>
|
||||
</n-space>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user