que funcione el notify
This commit is contained in:
parent
ced6e7f438
commit
9da9c79ab8
|
@ -53,7 +53,7 @@ export default defineComponent({
|
||||||
return formattedDate;
|
return formattedDate;
|
||||||
});
|
});
|
||||||
|
|
||||||
if(!dates) {
|
if(!dates.length) {
|
||||||
quasarNotify({
|
quasarNotify({
|
||||||
type: "erro",
|
type: "erro",
|
||||||
message: `No tenemos fechas de entrega posibles para este código postal`,
|
message: `No tenemos fechas de entrega posibles para este código postal`,
|
||||||
|
@ -118,4 +118,4 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue