Wonderful.
Best posts made by pazarbasifatih
-
RE: Integrating thrid party component
@metalsadman I tried creating a boot file manualy at first because this library’s name starts with
@growthbunker/vueflags
VScode created a folder with @growthbunker and vueflags.js file. And Adding the code above didn’t work. Now that I’ve read the whole thing aboutquasar new boot <name>
I’ll try it next time when I need to plugin a library. Thank you very much.@tlloyduk
I found vue-country-flag package and added the library to the boot array in the config
because I didn’t know how to create a new boot file a few hours ago.
Importing the library to the component that I was going to use simply worked. Thank you for your reply. It certainly gave me clues about how I can import libraries.I’ve been working on this one since yesterday. It’ll be complete today I hope. @metalsadman Thanks again for helping me with the q-select.
-
RE: Stripe integration with quasar q-field
It will be very helpful to me, once I deal with every other issue in the backend
Thanks a lot. This will be my first time implementing stripe. I’ll write about the news. -
RE: Q-Uploader with Composition API
@metalsadman Actually, I don’t assume myself knowing anything. I look at the documentation and try to find my way. My eyes simply couldn’t pick up anything about the fact that refs could be referred by xyz.value, on neither vue3 documentation nor the quasar’s. I’m a novice with some JS knowledge. Bare with me, please.
And thank you. Of course I didn’t know that. Now I’ll try that