Skip to content

Commit 666f2a5

Browse files
authored
Merge pull request #219 from alOneh/fix/generator-vue-update-issue
Fix updating a resource in Update.vue
2 parents d8b30b4 + 68a5324 commit 666f2a5

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)