Feature: Add board edit function (board name could be changed)

This commit is contained in:
winkidney
2019-12-07 15:10:35 +08:00
committed by Isaac Bythewood
parent 83413d47f6
commit 3323d8d3c6
6 changed files with 133 additions and 14 deletions

View File

@@ -24,6 +24,7 @@
v-show="shouldShowEdit(item.id)"
:board="item"
v-on:board-delete-succeed="reset"
v-on:board-save-succeed="reset"
></BoardEditorUI>
<router-link :to="{ name: 'board', params: { boardId: item.id } }">
<img :src="item.preview_image_url"