Sébastien Chopin

Results 440 comments of Sébastien Chopin

I love the idea, but in order for the links to work we need to know the route associated by it, for this template we know that one page =...

Should be fixed for the redirection thanks @sig9

:+1: Nice job on your plugin! Something like that could be nice: ``` html ``` And for the JS: ``` js $('#header').backgroundBlur(); ``` So every option can be used in...

Actually I think it’s a good idea too, maybe adding a default scope by default. I let the author give his point of view. Great lib BTW

About full static mode, re-generating a single route might be difficult for the payload hash @manniL 🤔

Yes, you want to look at the target PR :)

Hi there, Sadly it was not designed for this purpose at first, supporting it will need a rewrite and this could be possible only for Nuxt 3. The good news...

We are currently working on a solution that could work without any changes, for both critical CSS and extractCSS modes. Stay tuned :)

Hi there, Sorry for the late answer and happy new year at the same time! Actually one possibility is to use @gambolputty suggestion with `bodyAttrs`: ```js // layouts/dark.vue export default...

After multiple investigations, we won’t be able to fix this in 2.X, better is to use a normal link (not Nuxt-link) if you really want to have a completely different...