Giannis Koutsaftakis
Giannis Koutsaftakis
@tonykaralis check the docs [here](https://v2.vuejs.org/v2/guide/components.html#DOM-Template-Parsing-Caveats) about why this issue happens. You might be able to fix it using a custom dataset item component but I haven't tried it. Let us...
This is the Vite dev server running, any idea how to configure it properly?
There's now an `update:dsData` event that returns the filtered data. @gerdsuhr you can check the example here https://github.com/kouts/vue-dataset/blob/6a37b323b62bbbc8aa4dbec872b98547c22cadc4/playground/views/Example2.vue#L16.
I've created a StackBlitz here that sets the data after 3 seconds https://stackblitz.com/edit/vue-w4juwm?file=src/App.vue it seems to work fine. There are also unit tests covering this exact case, make sure your...
There's now an example in the `playground` that covers setting the data using the composition API. You can check it here: https://github.com/kouts/vue-dataset/blob/next/playground/views/Example2.vue There's also the Stackblitz here as a reference:...
+1
Thanks @SnidelyWhiplash , I have also implemented an autoOpen option but I'm not sure if if have done it right. I hope that gets in too.
Hey @keithjohnsdev maybe this example helps a bit with what you are trying to do? https://next--vue-dataset-demo.netlify.app/examples/cards/ Here's the code: https://github.com/kouts/vue-dataset/blob/next/docs/.vuepress/components/Example2.vue
@thepurpleblob What you can also do is that you don't include the `vue-modal.css` file and write your own styles or copy it and change only the parts that need to...
Hey @so1ve thanks for your work in this library 🙏 Looking forward to seeing this one resolved as it blocks us from migrating to vue language tools v2.