Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 0a22524

Browse files
author
icymind
committed
bind profile.name to form
1 parent b3746f8 commit 0a22524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/Manage/ProfileEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="ui teal button">
1010
配置名称
1111
</div>
12-
<input type="text" :value="editingClone.name">
12+
<input type="text" v-model="editingClone.name">
1313
</div>
1414

1515
<mode-form :editingClone="editingClone"></mode-form>

0 commit comments

Comments
 (0)