gabriel
gabriel
When i change a variable that i used as a props in my react components, the props is not updated. vue file ``` div.home demo-one.two(@ajout='checkUpd', :message='name') import DemoOne from '@/components/react/DemoOne';...
Hello, first of all thank you for your package and all your work. I'm doing a button for using mathlive in tiptap and so far i've got a button and...
### What problem does this feature solve? If i use a watcher loading in my apollo config, this watcher is called every time i made a query. It's great if...
Hi thanks for your awesome package. I was wondering if we have to add dependencies for android and ios. If so do i have to add this on my webpack...
If you pass onlyCountries props but puts a differents extension the component'll get the country depending on the extension instead of emitting an error. Exemple: vue-tel-input-vuetify(:onlyCountries='["CA"]') => will show the...
Hi i would like to use a store value with onProxyReq. But it seems that nuxt context or store is unavailable in proxy. Any ideas how to do it ?...