摘要: https://www.jianshu.com/p/d5f572dd3776 阅读全文
posted @ 2020-01-13 11:03 啦啦啦12345 阅读(75) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42089654/article/details/88017609 阅读全文
posted @ 2020-01-10 17:46 啦啦啦12345 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 总结:v-bind,v-if,v-for,v-on,{{}},v-model ①v-bind绑定数据:标签属性v-bind:title='xxx',简写:title='xxx', 标签内容{{xxx}} <span :title='message'>{{message}}</span> ②v-on绑 阅读全文
posted @ 2020-01-07 18:01 啦啦啦12345 阅读(945) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/5e0ef47f6fb9a04851112388 阅读全文
posted @ 2020-01-07 17:57 啦啦啦12345 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/w372426096/article/details/80507783 阅读全文
posted @ 2020-01-07 17:56 啦啦啦12345 阅读(73) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/59aa1248518825392656a86a 阅读全文
posted @ 2020-01-07 17:25 啦啦啦12345 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/supingemail/article/details/48371927 阅读全文
posted @ 2020-01-07 10:41 啦啦啦12345 阅读(274) 评论(0) 推荐(0) 编辑
摘要: https://qishaoxuan.github.io/css_tricks/accordion/ 阅读全文
posted @ 2019-12-27 17:54 啦啦啦12345 阅读(117) 评论(0) 推荐(0) 编辑
摘要: MVVM和MVC: 什么是mvvm和mvc mvvm:model view view-model mvvm 是一种设计思想。Model 层代表数据模型,也可以在 Model 中定义数据修改和操作的业务逻辑;View 代表 UI 组件,它负责将数据模型转化成 UI 展现出来,ViewModel 是一个 阅读全文
posted @ 2019-05-05 21:39 啦啦啦12345 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 一:内置过滤器 1. currency (货币处理) 使用currency可以将数字格式化为货币,默认是美元符号,你可以自己传入所需的符号,此处以人民币为例:¥ {{num | currency : '¥'}} <li>{{price | currency : '¥'}}</li> App.cont 阅读全文
posted @ 2019-03-12 21:50 啦啦啦12345 阅读(85) 评论(0) 推荐(0) 编辑