mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
Feature: Add board edit function (board name could be changed)
This commit is contained in:
committed by
Isaac Bythewood
parent
83413d47f6
commit
3323d8d3c6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user