摘要: 时间 1.周一到周五晚上七点到九点 2.周末一天 学习计划 1.vue(两周) 2.react(两个月)+sass 3.小程序(一个月) 4.angular(两个月) 阅读全文
posted @ 2018-07-16 17:38 ceruleanSky 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 由于 JavaScript 的限制,Vue 不能检测以下变动的数组: 阅读全文
posted @ 2018-07-16 14:05 ceruleanSky 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 表达式 (expr1) ? (expr2) : (expr3) 在 expr1 求值为 TRUE 时的值为 expr2,在 expr1 求值为 FALSE 时的值为 expr3。 阅读全文
posted @ 2018-07-16 13:46 ceruleanSky 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 不要在选项属性或回调上使用箭头函数, 比如 created: () => console.log(this.a) 或 vm.$watch('a', newValue => this.myMethod())。 因为箭头函数是和父级上下文绑定在一起的,this 不会是如你所预期的 Vue 实例,经常导致 阅读全文
posted @ 2018-07-16 11:58 ceruleanSky 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 1.element http://element-cn.eleme.io/#/zh-CN 2.富文本 https://www.kancloud.cn/wangfupeng/wangeditor3/332599 3.文件预览 iframe 视频、图片、文档( https://products.offi 阅读全文
posted @ 2018-07-16 10:28 ceruleanSky 阅读(66) 评论(0) 推荐(0) 编辑