Adding multiple instances with different video sources does not work. The video always plays in the last instance on the page. `<vue-core-video-player :autoplay="false" :src="some_URL.mp4" /> <vue-core-video-player :autoplay="false" :src="some_other_URL.mp4" />` There should be some kind of key on each instance.