vue-country-region-select with quasar select
-
Is there a way to use vue-country-region-select with quasar select?
-
You could fork vue-country-region-select repo. Then modify the template section of the vue-country-region-select component to use
Qselect
instead ofselect
:
https://github.com/gehrj/vue-country-region-select/blob/master/src/components/region-select.vueCould work.
-
@dobbel Alright I’ll try that, btw thank you