Added libs
This commit is contained in:
7
lockbox/vue/api/socketEvents.js
Normal file
7
lockbox/vue/api/socketEvents.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
export default function registerSocketEvents(socket) {
|
||||
socket.on('connect', (data) => {
|
||||
console.log('Connected LockboxClient')
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user