Skip to content

Commit 162ff3d

Browse files
committed
fix: Event binding for UnnnicDialog in TemplateGallery.vue
1 parent a6429a1 commit 162ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/register/forms/TemplateGallery.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
<UnnnicDialog
8181
:open="templateDetails"
82-
@close="templateDetails = null"
82+
@update:open="templateDetails = null"
8383
>
8484
<UnnnicDialogContent
8585
v-if="templateDetails"

0 commit comments

Comments
 (0)