Insight
Explore posts from serversERROR: Invalid assignment target when using a type in ref
Yes I have, I have created a stackblitz with the error occurring. Hopefully it can give you a better idea of the issue and possibly how to fix it.
https://stackblitz.com/edit/nuxt-starter-tygvdb?file=pages%2Findex.vue
18 replies
Pagination files/folder duplicated code between root and pages?
@pyplacca
I got it working, however I am running into a situation where I have to call
refreshNuxtData()
here is the code. Is ther a way to make it refresh with out using that? Or is that expected to be used in a situation like this?
28 replies
Pagination files/folder duplicated code between root and pages?
intersting, so 2 questions from that.
1. the goToPage doesn't appear to change the actual url itself, is it supposed to?
2. First time seeing the
+()
from a quick search is it just trying to turn it into a number?28 replies