add: fixes user card & removed logs
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
const isLoading = ref(false);
|
||||
const { t } = useI18n();
|
||||
|
||||
// defineProps(['selectedCategory']);
|
||||
defineProps({
|
||||
selectedCategory: {
|
||||
type: Array
|
||||
@@ -25,7 +24,6 @@
|
||||
const resp = await searchcategories(query);
|
||||
options.value = resp;
|
||||
isLoading.value = false;
|
||||
// truckTypes.value = resp;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user