installation object table

This commit is contained in:
Metin Seylan 2018-11-18 14:47:25 +03:00
parent b41e878cf8
commit ff2063b3be

View file

@ -46,3 +46,11 @@ new Vue({
render: h => h(App) render: h => h(App)
}).$mount('#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