added video (vimeo & youtube) display

This commit is contained in:
2020-02-19 17:59:26 +01:00
parent 3a9f162bb0
commit b6c38341b4
6 changed files with 128 additions and 9 deletions

View File

@ -12,6 +12,11 @@ Vue.use(InfiniteLoading, {
// }
});
import vueVimeoPlayer from 'vue-vimeo-player'
Vue.use(vueVimeoPlayer)
import VueYouTubeEmbed from 'vue-youtube-embed'
Vue.use(VueYouTubeEmbed)
import store from 'vuejs/store'
import router from 'vuejs/route'