[@vue/compiler-sfc] `defineEmits` is a compiler macro and no longer needs to be imported.

This problem is generally because you imported defineEmits with vue

insert image description here
When running this way, an error will be reported

insert image description here
This function can be used directly in the vue environment. It doesn’t need to be introduced. Just remove the above code.

Guess you like

Origin blog.csdn.net/weixin_45966674/article/details/131123662