From 13a02a02050eab1512c4b4cfa39fc3ad7c2d1b40 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sat, 19 Feb 2022 22:29:30 +0100 Subject: [PATCH] fix margin issue Signed-off-by: Benny Samir Hierl --- components.d.ts | 2 +- src/App.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index 8be9c7b..cd1c2c6 100644 --- a/components.d.ts +++ b/components.d.ts @@ -39,4 +39,4 @@ declare module 'vue' { } } -export {} +export { } diff --git a/src/App.vue b/src/App.vue index 1f33331..9959740 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@