Alireza Jahandideh
Alireza Jahandideh
That is probably because we are including the CSS files in the body. I guess we will need a way to delay the rendering like loading screen or find a...
You need to install the [Shopify theme kit](https://github.com/Shopify/themekit) to solve the `yarn dev` issue.
The risk is just a warning that TailwindCSS prints out.
Having the same issue using v3.0.2. I want to pre-cache some routes (if not all) so that even though the user may not have visited that route (page) while online,...
Would love to see if there are any plans to add Vue or Nuxt support.
[Nuxt Studio](https://nuxt.studio/) is built on top of Nuxt Content module and is a really good alternative if you love working with Vue.
This does not close the menu on the latest version. I used v`1.7.7` for it to work. ```vue Settings ```
I ended up to a solution similar to @kilrizzy but the captcha code can be generated like this, ``` $captcha = NoCaptcha::display( array( 'id' => 'recaptcha', 'data-callback' => 'onCaptchaSubmit', 'data-size'...
Would there be a way to serve a server component using nuxt and then consume it using vanilla JS on other apps?
Same issue with `generate` on netlify 