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

 

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐