0👍
Your class instance was made Reactive
somewhere, making it unref deferred_invoicing
property
Use
watch(toRaw(this).deferred_invoicing, (newValue, oldValue) => {
console.log(newValue)
}
Source:stackexchange.com
0👍
Your class instance was made Reactive
somewhere, making it unref deferred_invoicing
property
Use
watch(toRaw(this).deferred_invoicing, (newValue, oldValue) => {
console.log(newValue)
}