Skip to content

Commit

Permalink
remove error when no window.Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
reverland committed May 5, 2017
1 parent 97f93ab commit 4460efb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ let install = function (Vue) {
if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue)
console.log('vud3 installed succesfully!')
} else {
console.warn('you must use vue')
}

let version = '0.0.11'
Expand Down

0 comments on commit 4460efb

Please sign in to comment.