diff --git a/playground/App.vue b/playground/App.vue
index 936b989..ea37a08 100644
--- a/playground/App.vue
+++ b/playground/App.vue
@@ -8,7 +8,7 @@ const date = ref(new Date())
{{date.toDateString()}}
- {}" />
+
diff --git a/src/components/SingleDatePicker.vue b/src/components/SingleDatePicker.vue
index 3467d00..cf0ec27 100644
--- a/src/components/SingleDatePicker.vue
+++ b/src/components/SingleDatePicker.vue
@@ -1,5 +1,5 @@