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
+7
View File
@@ -9,6 +9,12 @@ export default defineComponent({
},
methods: {
verifyOrder() {
const orderMessage = this.store.orderMessage;
return !/<b>/g.test(orderMessage);
},
verifyOrderFields() {
const header = this.store[this.store.chosenOrderType].header;
const footer = this.store.orderFooter;
@@ -30,3 +36,4 @@ export default defineComponent({
},
},
});