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

Vue 3 项目问题记录:

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

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

遇到 Vue 3 编译警告

Vue 3.2 版本后不再需要 手动导入 defineProps 和 defineEmits,直接使用即可,官方文档已经更新

去掉如下图的 import 语句即可

猜你喜欢

转载自blog.csdn.net/qq_41914185/article/details/123665413