We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I am trying to use vue-mqtt from within nuxt.
I tried to create a reproduction sandbox. But after adding the plugin, sandbox freezes: https://codesandbox.io/s/codesandboxnuxt-h6ccq?fontsize=14
This is my plugin usage code:
import Vue from "vue"; import mqtt from "vue-mqtt"; Vue.use(mqtt, "ws://localhost:9001", {});
Is there a way to debug this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
use nuxt with spa mode use plugin with ssr false
Sorry, something went wrong.
No branches or pull requests
Hello! I am trying to use vue-mqtt from within nuxt.
I tried to create a reproduction sandbox. But after adding the plugin, sandbox freezes:
https://codesandbox.io/s/codesandboxnuxt-h6ccq?fontsize=14
This is my plugin usage code:
Is there a way to debug this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: