2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-20 14:10:35 +03:00
This commit is contained in:
nathan
2017-07-10 09:14:01 -07:00
parent 55aa4a75aa
commit ef8a327c70
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ If there is an `.action` value in the response data ie. `action: 'customerAdded'
``` js
actions: {
customerAdded (context) {
console.log('action received: customerAdded')
console.log('action received: customerAdded')
}
}
```