Open tonakashima2025 opened 3 years ago
// API接続(カテゴリー名更新)
apiCategoryUpdate: function() {
axios.put('/api/categories/' + this.category.id)
.then((res) => {
this.$router.push({name: 'kanban'}, () => {});
});
}
上記putメソッドでもDBに反映されない。
現在フロント(vue.js)上の更新のみ