Vedmant

Results 61 comments of Vedmant

@danielroe Is there any way to show error page from options API right now?

If someone having this problem, I found a solution to use `setup()` within an options API component, like this: ```vue import { createError, navigateTo, useAsyncData, useRoute } from 'nuxt/app' import...

So half year passed and still options API is not fully supported by Nuxt. I personally keep using options API and push as as a more clean way to develop...

@kissu Then it should be stated properly in the documentation that Options API is only partly supported to avoid confusions. Or stop supporting it altogether.

@JSantangelo-Octopus I didn't install any project I'm opening in Expo from QR code in the readme file on the front page of the repo https://github.com/wix/react-native-ui-lib

Having the same issue, what's the fix?

I have the same problem, in my case its Nuxt 3 app and this errors start to appear when I set `ssr: false,` in the Nuxt config. Also this breaks...

I have the same issue with Nuxt 3, it started to show error when I set `ssr: false` in nuxt configuration. I don't see any configuration mentioned above in current...

What I terrible idea to iterate own way instead of letting user write his own code. Why just not to keep this how it was done in Vue 3, looks...