vibonacci

Results 14 comments of vibonacci

@probil `this.$socket.connect()` is undefined? I used the 4 setup lines: ``` // main.js import VueSocketIOExt from 'vue-socket.io-extended'; import io from 'socket.io-client'; const socket = io('http://socketserver.com:1923', { autoConnect: false }); Vue.use(VueSocketIOExt,...

This feature is almost a must. You should be able to set default values for each option given as directives, but still have the option to override it for a...

This would be a very nice addition since that div wrapper makes the styling of the SVG a lot trickier.

I'm facing the same issue. For now I will be using the disableAutoPageTrack to false method

It will auto register if you just import the whole thing. `import 'chartjs-plugin-trendline';`

Anybody found a work around for this until the change is made? Really need `.dialog-open` on the html tag. UPDATE: made a PR with the fix without causing breaking change....

Of course a fully compatible v11 version is desired, but I have been using the package as is under v11 and have not encountered any problems at all.

Is this really intended behavior, or is actually supporting it too hard / complex given the chosen data structure for localization early on? 😛 This is a huge limitation, especially...

`useRequestFetch()` only includes the browser cookies on the first SSR request. After hydration, the cookies are missing. Also, this should really be documented.