Skip to content

Commit

Permalink
fix of "options" unavailable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rx-837 committed May 20, 2021
1 parent 25b77b6 commit eb217ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const plugin = {
set enabled (value) {
state.enabled = value
},

options: defaultOptions
}

// Auto-install
Expand Down

0 comments on commit eb217ad

Please sign in to comment.