Sébastien Chopin

Results 983 comments of Sébastien Chopin

What about creating a `spin` class directly? See example: https://stackblitz.com/edit/nuxt-icon-spinner?file=app.vue

Might be related to Docus for our docs

Hi @eggsy and thank you fir your feedback. A reproduction should be minimal so we can easily see what's causing the issue. Actually with SSG, the fetch and asyncData are...

I had the similar idea @Timkor when thinking of the prefetching feature 😄 This feature is worth exploring, but only after the new `asyncData` that could be called everywhere (and...

I would suggest to use directly a `PageComponent` that you create with the mixin inside and use it into your pages directly: ```js import PageComponent from '~/components/Page.vue' export default PageComponent.extend({...

Hi, I think in order to do this, we should handle the backward navigation by using a cache version of the previous page and also disable the transition, I guess...

Can someone try with `features.transitions: false` in `nuxt.config.js`?

We are aware about this. As the author of Nuxt-icon I agree that right now it is not the best solution to have two different way of using Icons. Nuxt-icon...