Skip to content

Commit 7a062de

Browse files
committedAug 14, 2021
fix settings
1 parent 93e0158 commit 7a062de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class SvgVue {
111111
settings.forEach(setting => {
112112
converted.push({
113113
name: setting,
114-
active: !! option
114+
active: option[setting]
115115
});
116116
});
117117
});

0 commit comments

Comments
 (0)
Please sign in to comment.