From ff2063b3be403ef25a2dcae7c63e3d1ff3a2a326 Mon Sep 17 00:00:00 2001 From: Metin Seylan Date: Sun, 18 Nov 2018 14:47:25 +0300 Subject: [PATCH] installation object table --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c04d2cb..2b0ea05 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,12 @@ new Vue({ store, render: h => h(App) }).$mount('#app'); -``` \ No newline at end of file +``` + +**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 \ No newline at end of file