摘要: 原文地址:https://blog.csdn.net/weixin_52937671/article/details/125206278 原因是:ref 挂载的变量名 和 v-model 同名了。 错误示范: <!-- error --><van-form ref="form"> <van-fiel 阅读全文
posted @ 2022-12-06 21:55 贝尔塔猫 阅读(1805) 评论(0) 推荐(0)
摘要: 原文地址:https://juejin.cn/post/7124602963058196516 const props = defineProps({ // v-model modelValue: { type: String, default: '' }, }) const emit = defi 阅读全文
posted @ 2022-12-06 21:37 贝尔塔猫 阅读(85) 评论(0) 推荐(0)
摘要: "vetur.validation.template": false, 另外,建议改为 Vue Language Features (Volar) 插件:https://marketplace.visualstudio.com/items?itemName=Vue.volar 阅读全文
posted @ 2022-12-06 17:22 贝尔塔猫 阅读(1456) 评论(0) 推荐(0)
摘要: settings.json "editor.hover.enabled": true, 以前因为嫌弃默认的提示太烦人关闭了。 阅读全文
posted @ 2022-12-06 17:00 贝尔塔猫 阅读(415) 评论(0) 推荐(0)