Skip to content

Instantly share code, notes, and snippets.

@Tabrizian
Created November 18, 2017 19:47
Show Gist options
  • Save Tabrizian/6786dbb734f72686893026f7ba8a0015 to your computer and use it in GitHub Desktop.
Save Tabrizian/6786dbb734f72686893026f7ba8a0015 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
if (process.browser) {
const mqtt = require('vue-mqttsocket').default
Vue.use(mqtt, {uri: 'ws://localhost:8083/mqtt'})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment