diff options
Diffstat (limited to 'src/components/brands_table.vue')
-rw-r--r-- | src/components/brands_table.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/brands_table.vue b/src/components/brands_table.vue index a0f95ad..d81e143 100644 --- a/src/components/brands_table.vue +++ b/src/components/brands_table.vue @@ -1,4 +1,4 @@ -<script setup lang="ts"> +<script setup lang="js"> import { ref, onMounted } from 'vue' import axios from 'axios' import { useToast } from 'vue-toast-notification' @@ -55,7 +55,7 @@ onMounted(() => { </div> </div> - <table v-else class="table table-light table-striped table-hover"> + <table v-else class="table table-striped table-hover"> <thead> <tr> <th scope="col">#</th> |