Giannis Koutsaftakis
Giannis Koutsaftakis
+1 this is also useful for single page applications when events have to be destroyed when removing elements from DOM.
Hello @heikopaiko, what you are saying makes sense, we can remove all classes from the Dataset components. This will be a breaking change though so it will have to be...
Hey @mesqueeb, comparing the two libraries doesn't belong inside the documentation from my perspective. It will probably be biased in favour of `vue-dataset` 😃 . With that said, you can...
Hey @noogen, yes it makes sense. But for the time being even if you don't use Bootstrap you can: - Pass your own classes to dataset's components and style them...
Hello @mesqueeb I've set up an example in the `playground` but I couldn't replicate the issue.
Hello @netfly there aren't any type definitions available at the moment.
It would be useful to have a way of getting the overridden Vuetify SCSS vars inside Vue components.
Thanks @Michel3951, I haven't seen that error in any of my project. Is it possible that you can you reproduce it somehow in a GitHub repo so that I can...
Hey @Michel3951 can you check this issue here https://github.com/LinusBorg/portal-vue/issues/201 configuring an alias of `vue` in `webpack` config seems to fix it.
Hello @mlb0925 can you post a [Stackblitz](https://stackblitz.com/) or a [CodeSandbox](https://codesandbox.io/) example demonstrating the issue?