Son Tran
Son Tran
1. Import vue-flickity as a plugin. create a js file under plugin folder: `plugins/vue-flickity.js` ```js import Vue from 'vue' import Flickity from 'vue-flickity' Vue.component('flickity', Flickity) ``` 2. in nuxt.config.js ```js...
The same here for me with `.vue` (single component) file. The file conatains `template`, `style` and `scripts`. __Enter steps to reproduce__ - Just click on anywhere in the file. Atom:...
Hi @DominikSerafin, This appear sometimes, and on some pc. Suppose I can provide on jsfiddle, it doesn't make sure that this will happen on your browser 😂
Hi @DominikSerafin, Any update about this feature?
I agree! This would be perfect infinite loading, because other virtual infinite loading is not working with the body scroller.
@sadeghi-aa I open a PR to this fix issue.
This bug has been fixed in `v5.0.0-1667386184.dfbbb54`.
@ayoubbajjou Nah, different case here. It's not about token expires, it's about invalid token, might be server deleted tokens when user reset password on an other browser. Or some how...
I opened a PR to fix this: https://github.com/nuxt-community/auth-module/pull/1796
This bug has been fixed in `v5.0.0-1667386184.dfbbb54`.