上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 81 下一页

vue-cli3.0 结合postcss-pxtorem和lib-flexible实现移动端适配,解决第三方组件库样式变小的问题

摘要: vue-cli3.0 结合postcss-pxtorem和lib-flexible实现移动端适配,解决第三方组件库样式变小的问题:https://www.jianshu.com/p/2f5c10c02b59 阅读全文
posted @ 2020-02-18 21:08 byd张小伟 阅读(443) 评论(0) 推荐(0)

关于vue利用postcss-pxtorem进行移动端适配的问题

摘要: 关于vue利用postcss-pxtorem进行移动端适配的问题:https://blog.csdn.net/qq_42750581/article/details/82836649 阅读全文
posted @ 2020-02-18 21:05 byd张小伟 阅读(570) 评论(0) 推荐(0)

fastclick的介绍和使用

摘要: fastclick的介绍和使用:https://www.jianshu.com/p/67bae6dfca90 移动端点击延迟事件 1. 移动端浏览器在派发点击事件的时候,通常会出现300ms左右的延迟 2. 原因: 移动端的双击会缩放导致click判断延迟 解决方式 1. 禁用缩放 `<meta n 阅读全文
posted @ 2020-02-18 20:14 byd张小伟 阅读(248) 评论(0) 推荐(0)

真的了解FastClick吗?

摘要: 真的了解FastClick吗?:https://www.cnblogs.com/ylweb/p/10549040.html 你真的了解FastClick吗? 前段时间在做公司官网手机端菜单部分的时候,遇到一些很诡异的点击问题。比如菜单点击无效/双击才有效、在手指滑动的时候会触发点击事件、以及同样的事 阅读全文
posted @ 2020-02-18 20:13 byd张小伟 阅读(551) 评论(0) 推荐(0)

this.$nextTick()

摘要: this.$nextTick():https://www.cnblogs.com/haishen/p/10807691.html https://www.cnblogs.com/2019yjy/p/11492703.html Vue.nextTick 的原理和用途:https://segmentfa 阅读全文
posted @ 2020-02-14 20:47 byd张小伟 阅读(114) 评论(0) 推荐(0)

vue复习笔记

摘要: 1.安装vue三种方式 cdn引入 下载和引入 npm安装 2.vue属于声明式编程,操作Dom属于命令式编程 <script src='../js/vue.js'></script> <script> const app = new Vue({ el: "#id", //用于要挂载的元素 data 阅读全文
posted @ 2020-02-01 17:11 byd张小伟 阅读(315) 评论(0) 推荐(0)

CSS变量(自定义属性)实践指南

摘要: CSS变量(自定义属性)实践指南:https://www.cnblogs.com/powertoolsteam/p/css-variables.html 本文翻译自:https://www.sitepoint.com/practical-guide-css-variables-custom-prop 阅读全文
posted @ 2020-01-31 14:43 byd张小伟 阅读(265) 评论(0) 推荐(0)

react-router的3种按需加载介绍

摘要: react-router的3种按需加载介绍:https://blog.csdn.net/jackTesla/article/details/80792110 react-router的按需加载(推荐第三种) 第一种: 利用react-loadable这个高级组件,要做到实现按需加载这一点,我们将使用 阅读全文
posted @ 2020-01-28 20:08 byd张小伟 阅读(1303) 评论(0) 推荐(0)

js当中CommonJS 和es6的模块化引入方案以及比较

摘要: js当中CommonJS 和es6的模块化引入方案以及比较:https://blog.csdn.net/jackTesla/article/details/80796936 在es6之前,对于模块化方案主要是CommonJS和AMD两种。咱们这次说一下ES6和CommonJS的区别。 它们有两个重大 阅读全文
posted @ 2020-01-28 19:58 byd张小伟 阅读(839) 评论(0) 推荐(0)

引入vue.js 文件

摘要: 引入vue.js 文件:https://blog.csdn.net/weixin_41796631/article/details/82790970 一、引入vue.js 文件 1. 用脚本标签<script> 引入外部vue.js 文件<script src="https://cdn.jsdeli 阅读全文
posted @ 2020-01-27 23:02 byd张小伟 阅读(864) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 81 下一页