#21 - Kanban : on click on comments count, open dialog with comments panel open
This commit is contained in:
parent
955b8531a1
commit
bcae5587ae
2 changed files with 17 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ const isOpen = ref(true);
|
|||
watch(isOpen, (newValue) => {
|
||||
router.push({ name: route.name });
|
||||
});
|
||||
const isCommentsOpen = ref(false);
|
||||
const isCommentsOpen = ref(route.query.comments ? true : false);
|
||||
const currentPageIndex = ref(1);
|
||||
|
||||
watch(isCommentsOpen, (newVal) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue