Harshit Pandey
Results
3
issues of
Harshit Pandey
Can you please tell me how to make the table resizeable ?
is there any prop to pass custom theme classes? just like https://vue-tailwind-picker.netlify.app/options/#theme
Hi, ` import VueFire from 'vuefire' ` ` Vue.use(VueFire) ` This is not working. It should be ` import { firestorePlugin } from 'vuefire' ` ` Vue.use(firestorePlugin) ` Let me...