!30 编辑项目标题,支持回车

Merge pull request !30 from dodu/dev
This commit is contained in:
奔跑的面条 2022-08-31 06:53:15 +00:00 committed by Gitee
commit 50e789ee11
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,6 +22,7 @@
round
placeholder="请输入项目名称"
v-model:value.trim="title"
@keyup.enter="handleBlur"
@blur="handleBlur"
></n-input>
</n-space>