问题
How to deal with anchors (within the same page) in Nuxt.js ?
Problem is the URL stays always on the base localhost:3000/
I want to have anchors displayed on the URL too: localhost:3000/#anchor1
, localhost:3000/#anchor2
, localhost:3000/#anchor3
… etc.
It seems <nuxt-link :to=(/#anchorid)> Inner link </nuxt-link>
does not do the job.
How to achieve this functionality?
来源:https://stackoverflow.com/questions/55196920/nuxt-js-and-anchors