Skip to content
#

vue-socket

Here are 10 public repositories matching this topic...

Language: All
Filter by language
strunkie30
strunkie30 commented Jun 25, 2019

Describe the bug
useConnectionNamespace isn't an option of Vuex, you can assign it only to the global option object.

Expected behavior
useConnectionNamespace is documented as global option.

Additional context
this one works:

Vue.use(new VueSocketIO({
    debug: true,
    connection: 'http://localhost:3000/overview',
    vuex: {
        store,
    },
    

Improve this page

Add a description, image, and links to the vue-socket topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vue-socket topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.