mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 编辑项目标题,支持回车
This commit is contained in:
parent
fe22e1d330
commit
acc9dc7751
@ -22,6 +22,7 @@
|
||||
round
|
||||
placeholder="请输入项目名称"
|
||||
v-model:value.trim="title"
|
||||
@keyup.enter="handleBlur"
|
||||
@blur="handleBlur"
|
||||
></n-input>
|
||||
</n-space>
|
||||
|
Loading…
x
Reference in New Issue
Block a user