vue-vr icon indicating copy to clipboard operation
vue-vr copied to clipboard

Dynamic Source

Open kabaltech opened this issue 4 years ago • 2 comments

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 avatar Sep 27 '21 08:09 kabaltech

@kabaltech It is already loading dynamically, your comp_image should be reactive

mudin avatar Oct 22 '21 23:10 mudin

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

Syrok avatar Dec 16 '21 13:12 Syrok