Rasool-deldar

Results 11 comments of Rasool-deldar

Hello friends, it is better not to use this framework. It does not have good support and the project has been shut down.

I have the same problem when components: true load very slowly, but when components: false and manually navigate, it loads quickly. nuxt version: 2.15.4 When components: true. ![bandicam-2021-04-19-19-33-09-907](https://user-images.githubusercontent.com/58503211/115261244-b3220300-a148-11eb-8842-9320b74f3766.gif) When components:...

> @aviramaz have you try to follow this guide? https://tailwindcss.com/docs/guides/nuxtjs Hi, I used tailwind 3 in nuxt 2 - I installed it both through the documentation and tailwind-nuxt site itself...

> Fixed up example > > ```ts > import { Context } from '@nuxt/types'; > import { provide, onGlobalSetup, defineNuxtPlugin } from "@nuxtjs/composition-api"; > import { DefaultApolloClient } from "@vue/apollo-composable";...

> @Rasool-deldar try @nuxtjs/composition-api - @0.21.0 > install @nuxtjs/composition-api - 0.21.0 & 0.20.0 It still shows this error - Cannot read property 'DefaultApolloClient' of undefined link test ( display error...

> dist > `import { DefaultApolloClient } from '@vue/apollo-composable/dist'` Thank you for your help. I have used this method import { DefaultApolloClient } from '@vue/apollo-composable' I have replaced it with...

> @Rasool-deldar That link wasn't working but here is what I'm currently using: > > ``` > "@nuxtjs/apollo": "^4.0.1-rc.5", > "@nuxtjs/composition-api": "^0.21.0", > "@vue/apollo-composable": "^4.0.0-alpha.12" > ``` > > Now...

> SSR should just work out of the box. When the page is loaded from the server, the GQL request is made server-side, otherwise it's client. > > Not sure...

> > SSR should just work out of the box. When the page is loaded from the server, the GQL request is made server-side, otherwise it's client. > > Not...

> Just add vuetify to your dependecies and it will use that version! Thanks for the help