-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Closed
Copy link
Labels
C: VCalendarT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Milestone
Description
Environment
Vuetify Version: 2.1.5
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.87
OS: Linux x86_64
Steps to reproduce
- set event @click:event="eventClicked" and add eventClicked({ nativeEvent, event })
both parameters are defined and work properly - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: VCalendarT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected