Skip to content
Snippets Groups Projects
embed.js 258 B
Newer Older
  • Learn to ignore specific revisions
  • import VuePlyr from 'vue-plyr'
    
    Vue.use(VuePlyr)
    
    Vue.config.productionTip = false
    
    /* eslint-disable no-new */
    new Vue({
      el: '#app',
    
      template: '<EmbedFrame/>',
      components: { EmbedFrame }