Merge pull request #1745 from Safelite/feature/CSR-1952-ajc-try2
CSR-1252: add another watch for lineItems
This commit is contained in:
commit
05e4756b93
1 changed files with 6 additions and 0 deletions
|
|
@ -796,6 +796,12 @@ export default {
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
},
|
},
|
||||||
|
lineItems: {
|
||||||
|
handler() {
|
||||||
|
this.$emit("update:modelValue", this.lineItems);
|
||||||
|
},
|
||||||
|
deep: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
textBlock,
|
textBlock,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue