Skip to content

Commit

Permalink
fix: Fix vue param name for automatic installation with Vue.use()
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobromir Hristov committed Sep 23, 2017
1 parent add7ab1 commit 8c20df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import vueVimeoPlayer from './main.js'

function plugin (vue, options) {
function plugin (Vue, options) {
Vue.component('vimeo-player', vueVimeoPlayer)
}

Expand Down

0 comments on commit 8c20df2

Please sign in to comment.