✅ Daniel Danielecki

Results 56 comments of ✅ Daniel Danielecki

This part which makes it problematic is adding `nuxt-mail` to `nuxt.config.js`.

> After adding `'Open+Sans': true` to your googleFonts options in nuxt.config.ts, you can then add the font as a class in your pages. > > `.some-class { font-family: 'Open Sans',...

I have the exactly opposite situation, but for your case [my workable code](https://github.com/Doyban/FlyingPlane/blob/master/src/scripts/scenes/shop/ShopItem.ts#L145-L147) shows that maybe you're missing `CdvPurchase.Platform.GOOGLE_PLAY` inside `store.initialize`.

Also, make sure to keep your productId as `myID` instead of `com.mybrand.myproject.myID`

I also don't see `getOffer()` in your case, here's my commit which fixed IAP's btw: https://github.com/Doyban/FlyingPlane/commit/b42786fc3895b77a6f4023a835b3d335554124d4

> I have the exactly opposite situation, but for your case [my workable code](https://github.com/Doyban/FlyingPlane/blob/master/src/scripts/scenes/shop/ShopItem.ts#L145-L147) shows that maybe you're missing `CdvPurchase.Platform.GOOGLE_PLAY` inside `store.initialize`. Fixed in https://github.com/Doyban/FlyingPlane/commit/751f22aaad2b5aaa9f32bf54a3cca5242b589bde

Thanks @bonjourjoel, I haven't seen anything to fix the problem in release notes, so just decided to leave the working solution; with Cordova plugins it's always the moment everyone is...

I'm not finding this file in my `.nuxt`.

https://github.com/megasanjay/vue3-lottie is working instead! :)

I experience the same problem, seeing ``` [Vue Router warn]: No match found for location with path "/dev-sw.js?dev-sw" [Vue Router warn]: No match found for location with path "/dev-sw.js" ```...