Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created December 21, 2017 14:18
Show Gist options
  • Save christiannwamba/2d85a1544d7dda6dfb6c386f1c6d5883 to your computer and use it in GitHub Desktop.
Save christiannwamba/2d85a1544d7dda6dfb6c386f1c6d5883 to your computer and use it in GitHub Desktop.
new Vue({
...
created() {
this.pusher = new Pusher('PUSHER-KEY', {
encrypted: true
});
...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment