Skip to content

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
razbakov committed Feb 8, 2022
1 parent ba32423 commit 97180ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/TInput/TInputArray.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ export default {
},
watch: {
value(val) {
console.log('value changed', val)
this.internalValue = val
},
internalValue: {
deep: true,
handler(val, old) {
console.log('internalValue changed', val)
if (val && old && val.length === old.length) {
return
}
Expand Down

0 comments on commit 97180ec

Please sign in to comment.