add: pagination in search loads y companies

This commit is contained in:
Alexandro Uc Santos
2024-03-16 18:20:59 -06:00
parent c286da773e
commit f8dfe4a3ad
17 changed files with 122 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ import { useAuthStore } from '../stores/auth';
required: true
}
})
console.log(props.vehicle);
defineEmits(['set-vehicle']);
const vehicleStore = useVehiclesStore();