Son Tran
Son Tran
@VladRud Currently, adding a `v-if` can help solving this bug. But I think it just a temporary solution. ```.vue ``` Or you can adding a key attribute, like this: `:key="${currentPage}_${total}_${perPage}"`,...
It seems this issue still exists on v2.21.2
Same here! The `loginWith('google')` function will set the `auth._token.local = false` and clear the `refresh_token`.
I am getting same issue too. Still no improvement so far...
I have to switch to https://github.com/leeoniya/uPlot library to get through this issue :(
@davenportw `0` values is different from `null` values. Unfortunately, in some cases, it can't be replaced.
@rezaffm Just add an `v-if` to the `b-pagination` component, it will do the trick ``` ```
@Narrator Thanks for replying! > Thanks for reaching out to us. To immediately unblock yourself, please remove the second rewrite rule from your app - It should prevent the 404...
@darthf1 I confirm that the error happens on v3.10.0 as well.
@StevenPewsey Yes, it works as same as `$t`, because of avoid using the `useI18n` composition. `useI18n()` didn't work, maybe some other compositions from other 3rd plugin have the same problem,...