aboutsummaryrefslogtreecommitdiff
path: root/src/components/new_customer.vue
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-05 00:01:10 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-05 00:01:10 +0530
commitf1ada5b3292d45fed7eb808d8cc4d98573636e9b (patch)
tree36e4865ddcc2ed89ed7119f262b519a7c90699c2 /src/components/new_customer.vue
parente7c9922d36ea82a54579c1f9e6633d4ad7ad3e74 (diff)
using dark mode if system is in dark modev0.0.2
Diffstat (limited to 'src/components/new_customer.vue')
-rw-r--r--src/components/new_customer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/new_customer.vue b/src/components/new_customer.vue
index f6f8d9b..cbabac4 100644
--- a/src/components/new_customer.vue
+++ b/src/components/new_customer.vue
@@ -1,4 +1,4 @@
-<script setup lang="ts">
+<script setup lang="js">
import { ref, toRaw } from 'vue'
import axios from 'axios'
import { useToast } from 'vue-toast-notification'