2021年2月10日

Vue-购物车实战

摘要: computed 计算属性 正则 css部分 [v-cloak] { display : none ; } table{ border : lpx solid #e9e9e9 ; border- collapse: collapse ; border-spacing : 0; empty-cells 阅读全文

posted @ 2021-02-10 17:21 王半仙儿的博客 阅读(103) 评论(0) 推荐(0)

Vue-方法与事件

摘要: 基本用法 监听点击事件 v-on 缩写:@ 预期:Function | Inline Statement | Object 参数:event 修饰符: .stop - 调用 event.stopPropagation()。 .prevent - 调用 event.preventDefault()。 阅读全文

posted @ 2021-02-10 14:56 王半仙儿的博客 阅读(164) 评论(0) 推荐(0)

导航