Wrong trigger handler when emits is a string
Vue version
latest
Link to minimal reproduction
Steps to reproduce
open the link
What is expected?
According to the documentation, it is a wrong usage when emits is a string, then the related handler should not be triggered https://cn.vuejs.org/api/options-state.html#emits selectionKeys should not be triggered
What is actually happening?
Wrong trigger handler when emits is a string
System Info
No response
Any additional comments?
related: #8413