@Oliver-Buchmann - No. The forum will be open for searching/ the knowledge available until at least the end of the year. We’ll see if we keep it open longer. There is no facility to upload discussions to Github either.
Scott
@Oliver-Buchmann - No. The forum will be open for searching/ the knowledge available until at least the end of the year. We’ll see if we keep it open longer. There is no facility to upload discussions to Github either.
Scott
The forum is now closed to new topics.
If you have an issue or inquiry, please use our Github Discussions Forum.
Thank you!
@krish7280 There is no default export in Vue 3 anymore. Directly import what you need from it. Please refer to the vue 3 docs.
The webpack terser plugin does the reduction, but after compilation
@CWoodman - Ah…but you could simply wrap up QInput in your own component and in doing so, you’d have this code just once in that one component. That’s the beauty of a component system.
https://medium.com/quasar-framework/component-building-with-quasar-fc101b6730ae
The article is a bit old, but the concepts still stand. Well, Vue 3 adds some new stuff to the game of composition, but that is also taught in a ton of other articles and videos.
Scott
And what’s wrong with my codepen above?
Scott
But that isn’t a validation. That a conditional change of the value.
Scott
Sorry, I didn’t look into your code deep enough, so can’t say what is wrong. At best, had you done a working example (or a broken one) I would have taken a bit more time to look.
Scott
Look at the applyDrag here: https://github.com/kutlugsahin/vue-smooth-dnd/blob/master/demo/src/utils/helpers.js
Scott
Not sure, but are you mapping the getters correctly?
Scott