Skip to content
Snippets Groups Projects
Verified Commit c15b4381 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #696: Embed component name that could lead to issue when developping on OSX

parent 2f100ab9
No related branches found
No related tags found
No related merge requests found
Fixed Embed component name that could lead to issue when developping on OSX (#696)
File moved
import Vue from 'vue'
import Embed from './Embed'
import EmbedFrame from './EmbedFrame'
import VuePlyr from 'vue-plyr'
Vue.use(VuePlyr)
......@@ -10,6 +10,6 @@ Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
template: '<Embed/>',
components: { Embed }
template: '<EmbedFrame/>',
components: { EmbedFrame }
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment