摘要: React-Native Animated.createAnimatedComponent export function createAnimatedComponent(component: any): any; 可以将自定义的组件转变成支持动画的组件 大概就是:CustomComponent = 阅读全文
posted @ 2020-02-29 21:01 simple-love 阅读(955) 评论(0) 推荐(0) 编辑
摘要: 一.它们几乎完全相同,但是PureComponent通过prop和state的浅比较来实现shouldComponentUpdate,某些情况下可以用PureComponent提升性能 1.所谓浅比较(shallowEqual),即react源码中的一个函数,然后根据下面的方法进行是不是PureCo 阅读全文
posted @ 2020-02-29 20:52 simple-love 阅读(264) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="wrap-sku"> <div class="product-box"> <div class="product-content"> <div class="product-delcom" v-for="(productItem,indexs) in l 阅读全文
posted @ 2020-02-29 17:53 simple-love 阅读(727) 评论(0) 推荐(0) 编辑
摘要: every()方法是js中的迭代方法,用于检测数组中的元素是否满足指定条件。 1、依次执行数组元素,如果一个元素不满足条件就返回false,不会继续执行后面的元素判断;所有数组元素都满足条件则返回true。 2、不会改变原数组。 语法 /** * @param {参数类型} 参数名 参数说明 * { 阅读全文
posted @ 2020-02-29 16:34 simple-love 阅读(3750) 评论(0) 推荐(0) 编辑
摘要: 由于重新装了一个系统,很多环境配置要重新配置。在想run 一个项目时,出现下面的错误: error in ./src/page/Index.vue Module build failed: Error: Cannot find module 'node-sass' at Function.Modul 阅读全文
posted @ 2020-02-29 09:11 simple-love 阅读(1584) 评论(0) 推荐(0) 编辑