Open Page with Props?
Hey Guys! Maybe its a dumb question but I am trying to open a page via nuxt-link and currently trying to find a way to pass some props to the page but without using Query Parameters.
The only way I could figure out is to have a store where i save the values while redirecting.
Any ideas would be much appreciated!
1 Reply
You can also use History API. There isn't any other and better solution as far as I know.