Closed lilchow closed 9 years ago
When the value of a computed property changes, will it or vm emit some event that other part of the program can listen to?
Maybe you can try to emit your own event, using vm.$emit or vm.$dispatch?
Thanks a lot!
When the value of a computed property changes, will it or vm emit some event that other part of the program can listen to?