Skip to content

Commit a4ba127

Browse files
author
kaorun343
authored
Merge pull request #59 from rokkie/bugfix/58-missing-component-name
Give the component the name 'YoutubeEmbed'
2 parents b0aa738 + 92e6d2d commit a4ba127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/player.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import container from './container'
33
let pid = 0
44

55
export default {
6+
name: 'YoutubeEmbed',
67
props: {
78
playerHeight: {
89
type: [String, Number],

0 commit comments

Comments
 (0)