mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Add: README add usage info
This commit is contained in:
parent
0c68c515df
commit
12d719b022
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue