PageCard body not hover-/clickable with prop `to`
Open
Nobody has claimed this yet.
triage
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.1k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 57
Description
Environment
- Operating System: Linux
- Node Version: v20.19.1
- Nuxt Version: 4.2.1
- CLI Version: 3.30.0
- Nitro Version: 2.12.9
- Package Manager: npm@10.8.2
- Builder: -
- User Config: devtools, modules, css, compatibilityDate
- Runtime Modules: @nuxt/ui@4.2.1, @nuxt/eslint@1.10.0
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Package
v4.x
Version
4.2.1
Reproduction
https://stackblitz.com/edit/github-tcyt5giw?file=app%2Fpages%2Findex.vue
- Hover first button -> bg-red
- hover secord button -> no bg-red
Description
This span prevents any body mouse events
Additional context
No response
Logs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked StackBlitz reproduction and inspect the PageCard component and its to prop. Reproduce the two hover cases, then trace why the body span prevents mouse events; done means the PageCard body responds to hover and click consistently when to is set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100