defineEmits 提示 emit is not a function
“emit” is a function that is often used in event-driven programming to trigger or emit events.
In JavaScript, the “emit” function is typically associated with an event emitter, which is an object that emits events and allows other objects to listen for those events. The “emit” function is used to
还没有评论,来说两句吧...