上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 90 下一页
摘要: 1、数组,find 未查到是undefined,查到之后是对应的值; 阅读全文
posted @ 2021-08-27 20:20 Running00 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 把数据存在一个地方,方便其他组件获取,不用每次传props,方便组件之间通信 阅读全文
posted @ 2021-08-26 17:07 Running00 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://circleci.com/blog/continuously-testing-react-applications-with-jest-and-enzyme/ 阅读全文
posted @ 2021-08-24 15:26 Running00 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1、 请求服务相关的,最后加个loading,要不不知道是否请求了 2、mock数据,最好全写,正确的返回格式,错误的返回格式,最好都模拟下; 3、单元测试,可以使得代码更健壮; 阅读全文
posted @ 2021-08-13 15:01 Running00 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/momDIY/article/details/85687973 阅读全文
posted @ 2021-08-12 12:53 Running00 阅读(1837) 评论(0) 推荐(0) 编辑
摘要: 1、vue 安装 https://cli.vuejs.org/zh/ ,vue-cli脚手架 2、安装 https://cli.vuejs.org/zh/guide/installation.html ,@vue/cli 4.5.13 可以选中vue3、vue2,Vue CLI v4.4.6 创建的 阅读全文
posted @ 2021-08-10 15:40 Running00 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 向日葵远程控制 阅读全文
posted @ 2021-08-10 13:09 Running00 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 如果不给 axios 加超时选项,axios 可以一直等待请求的返回。 阅读全文
posted @ 2021-08-09 20:18 Running00 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 因为input宽度不够 阅读全文
posted @ 2021-08-09 16:35 Running00 阅读(514) 评论(0) 推荐(1) 编辑
摘要: 1、 webpack: optimization: { minimize: false, // 可以先测试为false,不压缩,打包之后看源码,是否有优化空间,正式生产环境需要压缩的设置为true1 usedExports: true, // 先设置为true,未使用的代码不应该打包,只有使用到的才 阅读全文
posted @ 2021-07-29 20:57 Running00 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 90 下一页