Vue3 defineModel 警告解决?
vue3 新的 defineModel
parent:
<Input v-model:p_input="test_input" />
son:
<el-input v-model="myInput" placeholder="Please input" />
const myInput = defineModel<string>("p_input", {
required: true
})
报警告:Extraneous non-emits event listeners (refresh) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.
vite:2.9.16
没找到问题,求解没得到很好的解决
回复
1个回答
test
2024-06-23
vue 3.4
版本发布日志里面有提到相关工具的版本要求,可以的话 vite
的版本也可以升下级了https://blog.vuejs.org/posts/vue-3-4#potential-actions-needed
回复
适合作为回答的
- 经过验证的有效解决办法
- 自己的经验指引,对解决问题有帮助
- 遵循 Markdown 语法排版,代码语义正确
不该作为回答的
- 询问内容细节或回复楼层
- 与题目无关的内容
- “赞”“顶”“同问”“看手册”“解决了没”等毫无意义的内容