0
Q:

vue dynamic create watch

vm.$watch('counter', function(newValue, oldValue) {
	alert('Counter changed from ' + oldValue + ' to ' + newValue + '!');
});
1

New to Communities?

Join the community