From 12d719b0226985dfc04e96d5aea9808a2a850921 Mon Sep 17 00:00:00 2001 From: Phantas Weng Date: Mon, 2 Dec 2019 17:25:43 +0800 Subject: [PATCH] Add: README add usage info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a98799..aa02b45 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ new Vue({ **Parameters**|**Type's**|**Default**|**Required**|**Description** -----|-----|-----|-----|----- debug|Boolean|`false`|Optional|Enable logging for debug +darkMode|Boolean|`false`|Optional|Enable console dark mode for debug connection|String/Socket.io-client|`null`|Required|Websocket server url or socket.io-client instance vuex.store|Vuex|`null`|Optional|Vuex store instance vuex.actionPrefix|String|`null`|Optional|Prefix for emitting server side vuex actions