vue3.0子組件 emit 出現警告
Extraneous non-emits event listeners (okUploadImg) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.
解決方法,需要在emits中定義拋出的事件名