-
How to get path and Params correctly in the page. <router-link
:to="{
path: '/static_article',
params: { cate: 'book' },
query: { id: 3 },
}"
>query</router-link
> The above writing does not take effect. Do we have something like this?https://nextjstips.com/tip/ssg-with-dynamic-routes |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
Oct 22, 2021
Replies: 1 comment
-
Edit: @zjcwill Old Answer: Hi! At the moment îles does not support dynamic paths. Planning to add a similar API soon, which might become available next week. In the meantime, I would recommend using Astro instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zjcwill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: @zjcwill
iles@0.4.2
added support for dynamic parameters +getStaticPaths
.Old Answer:
Hi! At the moment îles does not support dynamic paths.
Planning to add a similar API soon, which might become available next week.
In the meantime, I would recommend using Astro instead.