feat: implement modals with vue router 4 #816

Merged
konrad merged 62 commits from dpschen/frontend:feature/vue3-modals-with-router-4 into main 2022-02-05 16:49:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3e311e07cd - Show all commits

View File

@ -263,7 +263,7 @@
{{ task.done ? $t('task.detail.undone') : $t('task.detail.done') }}
</x-button>
<task-subscription
v-if="subscription"
v-if="task.subscription"
entity="task"
:entity-id="task.id"
:subscription="task.subscription"