Skip to content

[Bug Report] Unable to use native event in v-calendar in @click:more event #9485

@slash006

Description

@slash006

Environment

Vuetify Version: 2.1.5
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.87
OS: Linux x86_64

Steps to reproduce

  1. set event @click:event="eventClicked" and add eventClicked({ nativeEvent, event })
    both parameters are defined and work properly
  2. set event @click:more="clickedMore" and add clickedMore({ nativeEvent, event })
    nativeEvent is undefined

Expected Behavior

@click:more will provide native JS and vue events.

Actual Behavior

native event is undefined

Reproduction Link

https://codepen.io/slash006/pen/KKKvPqw

Metadata

Metadata

Assignees

Labels

C: VCalendarT: bugFunctionality that does not work as intended/expected

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions