vue-vr
vue-vr copied to clipboard
Dynamic Source
Is there a way to load the source dynamically? i.e via api or computed attributes, such as :source='comp_image', this doesn't seem to work currently, as the images are stored on S3 AWS, not on local machines and retrieved dynamically as well via API calls.
@kabaltech It is already loading dynamically, your comp_image should be reactive
When vue-vr started without source it do not initiate panorama, but after source changed it check this panorama and do not load new pano as panorama still null
https://github.com/mudin/vue-vr/blob/master/src/Pano.vue#L70