Merge pull request #1746 from Safelite/feature/CSR-1952-ajc-try2
CSR-1952: try removing original watcher with deep clone
This commit is contained in:
commit
a16d4dc2f4
1 changed files with 0 additions and 6 deletions
|
|
@ -790,12 +790,6 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
modelValue: {
|
|
||||||
handler(newValue) {
|
|
||||||
this.lineItems = deepClone(newValue);
|
|
||||||
},
|
|
||||||
deep: true,
|
|
||||||
},
|
|
||||||
lineItems: {
|
lineItems: {
|
||||||
handler() {
|
handler() {
|
||||||
this.$emit("update:modelValue", this.lineItems);
|
this.$emit("update:modelValue", this.lineItems);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue