Loading...
其中子组件中的props里的onVoteItemSubmitCallback方法名必须前缀加on并且on后面的方法名要跟父组件的方法名一致,这个时候才能发送消息过去子组件export default defineComponent({ components: {}, props: { isCreate: { type: Boolean, ...