Dodano placeholdery

This commit is contained in:
2022-10-26 20:51:07 +02:00
parent 5fbca454f2
commit 1cb188df8f
5 changed files with 91 additions and 31 deletions
+2
View File
@@ -85,6 +85,7 @@ export default defineComponent({
'Ups! Twoja przeglądarka musi być dosyć przestarzała, ponieważ nie obsługuje zapisu do schowka! :/'
);
// const isOrderValid = this.verifyOrder();
const fieldsToCorrect = this.verifyOrderFields();
if (fieldsToCorrect.length > 0)
@@ -214,3 +215,4 @@ export default defineComponent({
}
}
</style>