Skip to content

Commit eb217ad

Browse files
committed
fix of "options" unavailable issue
1 parent 25b77b6 commit eb217ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const plugin = {
3535
set enabled (value) {
3636
state.enabled = value
3737
},
38+
39+
options: defaultOptions
3840
}
3941

4042
// Auto-install

0 commit comments

Comments
 (0)