1. “ReferenceError: defineEmits is not defined”
    在这里插入图片描述
    解决:vue-eslint-parser to v9.0.0 or later.

  2. 在这里插入图片描述
    解决方法同1

  3. The setup binding property “xxx” is already declared as a prop.在这里插入图片描述
    解决方法:除了在监听xxx时,其他地方使用props引入的变量时使用 props.xxx的方式。

Logo

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

更多推荐