Mark Gomez

Results 8 comments of Mark Gomez

Hi, Please help me, on my ~/plugins/axios ``` import Cookie from 'js-cookie'; export default function ({ $axios, redirect }) { let __token = Cookie.get("token"); $axios.defaults.headers.common.Authorize = __token; $axios.onRequest(config => {...

Hi, Is there anyone implemented quill-better-table? Thanks

Hi guys, How about this one? ``` methods: { changeLocale () { let lang = this.$store.state.locale === 'en' ? 'ar' : 'en' this.$store.dispatch('setLang', lang) this.$router.push({ name: this.$route.name === 'index' ?...

any updates? have you guys solved this issue? thank you

> I have forked and released a new version of this library with fixes for android 12 issues https://www.npmjs.com/package/@hariks789/react-native-background-geolocation Let me know if this fixes your issue I got an...

> android:exported="true" I tried this one, unlucky for me not working on my end. Do you have any suggestion?

have you solved this issue?