Nuxt3 issues ?
Open
- Dominant language
- TypeScript
- Stars
- 11.9k
- Forks
- 488
- PR merge metrics
- No merged PRs in 30d
Description
I`m struggling to make it work with a nuxt3 project (static , ssr:false).
Basically it DOES emit the events, but it's harder to receive them.
I added this in: current component , sub-component, sub-sub-component
`emitter.on('*', () => { alert(1)});`
And only the one in the current component is triggered. Don't seem to be able to go cross-components. Might be because of how nuxt encapsulates the components ~_~ .. but currently I have no easy solution for "global" events..
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.