add: tracking load & clean code save load

This commit is contained in:
Alexandro Uc Santos
2023-12-15 21:24:52 -06:00
parent 09386547ae
commit 106349f9a2
8 changed files with 273 additions and 22 deletions

View File

@@ -6,7 +6,7 @@
import { getDateMonthDay } from '../helpers/date_formats';
import VehicleInfo from './VehicleInfo.vue';
import Swal from 'sweetalert2'
import CardEmpty from './CardEmpty.vue';
const loadsStore = useLoadsStore();
const authStore = useAuthStore();
@@ -202,9 +202,7 @@
</button>
</div>
</div>
<div v-else>
No hay ofertas
</div>
<CardEmpty v-else text="No hay ofertas"/>
</div>
</div>
<div class="modal-footer">