[@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 语句即可

[@vue/compiler-sfc]`xxx` is a compiler macro and no longer needs to be imported._第1张图片

 

你可能感兴趣的:(vue,vue,前端框架)