How to create anchor tags with Vue Router

前端 未结 4 1983
半阙折子戏
半阙折子戏 2020-12-15 06:45

I am creating a small Vue webapp, I want to create an anchor tag in this.

I have given an id to one of the div I wanted to have anchor tags

4条回答
  •  隐瞒了意图╮
    2020-12-15 07:10

    If you need to make animated scrollTo I use package vue-scrollTo: it's very easy to setup.

    Examples with docs and code can be found here: https://github.com/rigor789/vue-scrollto/

提交回复
热议问题