Skip to content

Commit

Permalink
Merge pull request kaorun343#59 from rokkie/bugfix/58-missing-compone…
Browse files Browse the repository at this point in the history
…nt-name

Give the component the name 'YoutubeEmbed'
  • Loading branch information
kaorun343 committed Jul 20, 2019
2 parents b0aa738 + 92e6d2d commit a4ba127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import container from './container'
let pid = 0

export default {
name: 'YoutubeEmbed',
props: {
playerHeight: {
type: [String, Number],
Expand Down

0 comments on commit a4ba127

Please sign in to comment.