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
Showing only changes of commit 3d420c3770 - Show all commits

View File

@ -37,7 +37,7 @@ interface Props {
entity: string entity: string
entityId: number entityId: number
subscription: SubscriptionModel subscription: SubscriptionModel
isButton: boolean isButton?: boolean
} }
const props = withDefaults(defineProps<Props>(), { const props = withDefaults(defineProps<Props>(), {