diff options
Diffstat (limited to 'src/components/new_brand.vue')
-rw-r--r-- | src/components/new_brand.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/new_brand.vue b/src/components/new_brand.vue index e0deb83..8b4893a 100644 --- a/src/components/new_brand.vue +++ b/src/components/new_brand.vue @@ -1,4 +1,4 @@ -<script setup lang="ts"> +<script setup lang="js"> import { ref } from 'vue' import axios from 'axios' import { useToast } from 'vue-toast-notification' |