Is there a way to Use Vuetify with Ionic Vue? - vue.js

I would like to use Vuetify 3 (alpha) with Ionic Vue. couldn't find any useful reference. could some one please help me on this?

Related

How to use Vuetify and css use together in better way?

Vuetify alone cant be used for web application development? I need to add tailwind css or bootstrap with that or not? Im beginner in this field kindly help to learn veutify. Ik css and veuityf but Idk how to use direct classes in veutify and idk about tcss use in veutify. Plz guide wiht a road map. TY

Pass some query params with Vue

we are trying to use Dexie with Vue. We are loading some table data into the Vue component and we would like to sort it by clicking on the column. We are having problems with changing sort order in livequery. We found a solution for an Angular (https://dexie.org/docs/Tutorial/React#6-pass-some-query-params) but we can't find the same for Vue. Can you please send some light into this case?
Thank you.

search item by vue+vuex+vuetify

Hello I am trying to learn vue independently by building a small project.
I want to search for products displayed on the page.
I use vue,vuex and vuetify.
I would love to get an idea of ​​how to do this.
this is link to my project
Thank you
You can use v-autocomplete
v-autocomplete by default is meant to searchable.
Updated codesandbox

Is there a way to fix Ionic Vue input v-model?

I've been working with Ionic and Vue2 for a while and I always have hard time adding ion-input tags to my code, because v-model does not work properly and I have to do all sorts of workarounds. Same is with ion-checkbox and ion-text-area. I was wondering if any of you know a way to fix this so that v-model works or do I have to just wait for Ionic team to fix this?

ag-grid theme malfunction using vuetify in vueJS 2

I am using ag-grid in my project which uses vuetify.js and is based on vueJS. I am facing problems with the ag-grid themes. Whenever I use the ag-material theme the outcome is different from the one shown ag-grid website. I just get a very basic theme when I add material theme. Can anyone help?
you need to make sure you import both
import "/node_modules/ag-grid/dist/styles/ag-grid.css";
import "/node_modules/ag-grid/dist/styles/theme-material.css";
and then, make sure you include both classes <ag-grid-vue class="ag-material ag-theme-material">