mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
installation object table
This commit is contained in:
parent
b41e878cf8
commit
ff2063b3be
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -45,4 +45,12 @@ new Vue({
|
|||
store,
|
||||
render: h => h(App)
|
||||
}).$mount('#app');
|
||||
```
|
||||
```
|
||||
|
||||
**Parameters**|**Type's**|**Default**|**Description**
|
||||
-----|-----|-----|-----
|
||||
debug|Boolean|`false`| Enable logging for debug
|
||||
connection|String/Socket.io-client|`null`| Websocket server url or socket.io-client instance
|
||||
vuex.store|Vuex|`null`| Vuex store instance
|
||||
vuex.actionPrefix|String|`null`|Prefix for emitting server side vuex action
|
||||
vuex.mutationPrefix|String |`null`|Prefix for emitting server side vuex mutation
|
Loading…
Add table
Reference in a new issue