Hassan Raza Hasrat

Results 5 comments of Hassan Raza Hasrat

Any chance of merging this PR ?! @asantibanez

Has somebody solved this issue? I'm having the same issue with react native 0.69. Although it's working just fine with some tweaks on android.

I think you should try editing the `.travis.yml` file and change the script for `phpunit` to `export XDEBUG_MODE=coverage && vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover` @niekp

Any update for this? @soarecostin

create a file `click-away.client.ts` in `plugins` folder with this content. ``` import ClickAway from 'vue3-click-away'; export default defineNuxtPlugin(({ vueApp }) => { vueApp.use(ClickAway); }); ``` Now you can use `v-click-away`...