We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6390425 commit b32a40aCopy full SHA for b32a40a
README.md
@@ -93,7 +93,7 @@ export default {
93
<video-player :options="videoOptions"></video-player>
94
95
<!-- Use in component(Vue.js1.X && Vue.js2.X && function switch config) -->
96
-<video-player :options="videoOptions" :config="{ youtube: true }"></video-player>
+<video-player :options="videoOptions" :configs="{ youtube: true }"></video-player>
97
98
<!-- Use in component(Vue.js2.X) && event callback -->
99
<video-player :options="videoOptions" @player-state-changed="playerStateChanged"></video-player>
0 commit comments