Théo Mouchabac
Results
2
comments of
Théo Mouchabac
I think that would suit the need perfectly ! (I actually tried something similar using mixins, but couldn't proceed to make it work haha) However as you wrote in example,...
I ended up importing Vue in the component, making it use VueSocketIo, and exporting `Vue.extend({ ... })`: ```vue The component template import Vue from "vue"; import VueSocketIo from "vue-socket.io-extended"; import...