摘要: v-bind 指令用于设置 HTML 属性:v-bind:href 缩写为 :href <!-- 完整语法 --> <a v-bind:href="url">123</a> <!-- 缩写 --> <a :href="url">123</a> v-on 指令用于绑定 HTML 事件 :v-on:cl 阅读全文
posted @ 2022-07-21 14:12 王广元 阅读(146) 评论(0) 推荐(1)
摘要: 相关资料链接 https://www.cnblogs.com/shenStudy/p/15327718.html https://blog.csdn.net/Zjx91919191/article/details/119918607 https://blog.csdn.net/sisi_chen/a 阅读全文
posted @ 2022-07-21 14:02 王广元 阅读(95) 评论(0) 推荐(0)
分享到: