Skip to content

Commit 3a9c579

Browse files
committed
Modified darkMode default to 'prefers-color-scheme'
1 parent cce3947 commit 3a9c579

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ new Vue({
8787
**Parameters**|**Type's**|**Default**|**Required**|**Description**
8888
-----|-----|-----|-----|-----
8989
debug|Boolean|`false`|Optional|Enable logging for debug
90-
darkMode|Boolean|`false`|Optional|Enable console dark mode for debug
90+
darkMode|Boolean|prefers-color-scheme|Optional|Enable console dark mode for debug
9191
connection|String/Socket.io-client|`null`|Required|Websocket server url or socket.io-client instance
9292
vuex.store|Vuex|`null`|Optional|Vuex store instance
9393
vuex.actionPrefix|String|`null`|Optional|Prefix for emitting server side vuex actions

0 commit comments

Comments
 (0)