You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and subscribed to the imagePath value change event:
this.$refs.comp360.$watch('imagePath',function(newValue,oldValue){console.log('imagePath changed from '+oldValue+' to '+newValue);this.imagesLoaded=false;this.imageData=[];this.images=[];this.loadedImages=0;this.fetchData();});
Perhaps this functionality would be better added to the component itself?
How do I force the component to redraw after changing the link in the
imagePath
attribute?The text was updated successfully, but these errors were encountered: