From fdf50099997e29bbc73266c85cf52f449565ba7d Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 2 Nov 2020 23:51:41 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/share/Dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/share/Dialog.vue b/client/components/share/Dialog.vue index bf2b87df..d7ace375 100644 --- a/client/components/share/Dialog.vue +++ b/client/components/share/Dialog.vue @@ -32,7 +32,7 @@ const DialogProps = Vue.extend({ props: { value: Boolean, } -}) +}); export default @Component({ })