0👍
Set watch
ers on your props to set the data
items from the props.
watch: {
src(newValue) {
this.mutatedSrc = newValue;
},
symbolId(newValue) {
this.symbolId = newValue;
},
photoId(newValue) {
this.mutatedPhotoId = newValue;
},
index(newValue) {
this.mutatedIndex = newValue;
}
}
Source:stackexchange.com