0👍
You need a lowercase s
. sourceFile
not SourceFile
watch: {
'audioPlayer.sourceFile': function (nextFile) {
console.log('new sourceFile');
this.$data.file = nextFile;
},
}
- [Vuejs]-Register user with Vue.js and Laravel
- [Vuejs]-Adding Props to found components throw the mounted wrapper
Source:stackexchange.com