Skip to content

Commit 68a5324

Browse files
committed
Fix updating a resource in Update.vue
Fix #214
1 parent d8b30b4 commit 68a5324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vue/components/foo/Update.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
},
119119
120120
onSendForm() {
121-
this.update();
121+
this.update(this.retrieved);
122122
},
123123
},
124124
};

0 commit comments

Comments
 (0)