From 4a480afb7fbedfb0ee91f56e95021753a3b92de5 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Fri, 10 Feb 2023 12:10:35 +0100
Subject: [PATCH] Reformat

---
 example/src/App.vue | 4 +++-
 src/DragGrid.vue    | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/example/src/App.vue b/example/src/App.vue
index bf59520..c3e9ee4 100644
--- a/example/src/App.vue
+++ b/example/src/App.vue
@@ -63,7 +63,9 @@ import NumberCounter from "./components/NumberCounter.vue";
           <number-counter v-model="item.data.num"></number-counter>
         </template>
         <template #highlight>
-          <div ref="highlight" class="custom-highlight">Das hier ist das Highlight</div>
+          <div ref="highlight" class="custom-highlight">
+            Das hier ist das Highlight
+          </div>
         </template>
       </drag-grid>
       <span>← Drag here please →</span>
diff --git a/src/DragGrid.vue b/src/DragGrid.vue
index dc69c52..15a4697 100644
--- a/src/DragGrid.vue
+++ b/src/DragGrid.vue
@@ -224,7 +224,7 @@ export default {
   background: darkgrey;
   border: grey dashed 2px;
   width: 100%;
-  height: 100%
+  height: 100%;
 }
 
 .highlight-container {
-- 
GitLab