https://github.com/atinux/nuxt3-bug
Demonstrate NuxtLink bug with rc8
https://github.com/atinux/nuxt3-bug
Last synced: 9 months ago
JSON representation
Demonstrate NuxtLink bug with rc8
- Host: GitHub
- URL: https://github.com/atinux/nuxt3-bug
- Owner: atinux
- Created: 2022-11-04T16:13:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T16:14:05.000Z (about 3 years ago)
- Last Synced: 2025-02-14T09:42:22.101Z (11 months ago)
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Steps
```shell
yarn install --force
yarn dev -o
```
Once home page opens, scroll down to see the links. Click on `Page 2` link.
The scroll position will remain at the bottom, the content above the fold changed
but you can't see it without scrolling up.