useRoute not working with static website?
Hi, why class "active" is not working with prerender static website? My reproduction code: https://stackblitz.com/edit/github-xwmppm?file=pages%2Findex.vue
Code is like this:
and localhost:3000?active=0 NOT WORKING
and localhost:3000?active=0 WORKING
Why and how to fix that?
0 Replies