Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
f7e40ca1f21b0941614e579930c9ed7e6530f3bf
Authored by
fengtao
2024-10-29 16:37:25 +0800
1 parent
49cb215b
perf(src/packages): 大屏3d模型编辑名称 回车保存 重复调用接口
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/three/items/components/ProjectItemsCard/index.vue
src/views/three/items/components/ProjectItemsCard/index.vue
View file @
f7e40ca
...
...
@@ -37,7 +37,6 @@
37
37
maxlength="16"
38
38
show-count
39
39
v-model:value.trim="title"
40
-
@keyup.enter="handleBlur"
41
40
@blur="handleBlur"
42
41
></n-input>
43
42
</template>
...
...