Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yodfz authored and canglong committed Sep 21, 2016
1 parent 1ec8f0f commit 9908caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -50,7 +50,7 @@ let init = () => {
};

let fn = {
install (vue, optons) {
install (vue, options) {
init();
let _opt = {
timeout: options.timeout || 200
Expand Down

0 comments on commit 9908caa

Please sign in to comment.