09 2020 档案

摘要:1.项目 (1)项目名:Project (2)文件夹:page (3)文件:pageIndex.vue 2.全局变量 (1)静态:this.WINDOW_WIDTH (2)动态:this.$windowWidth (3)方法:this.$windowWidth() (4)组件:<app-title> 阅读全文
posted @ 2020-09-30 14:26 动听小林 阅读(137) 评论(0) 推荐(0)
摘要:<a href="tel:020-00000000">拨打电话:020-00000000</a> <a href="mailto:10000@qq.com">发送邮件:10000@qq.com</a> <a href="sms:10086">发送短信:10086</a> <a href="#">置顶 阅读全文
posted @ 2020-09-28 17:45 动听小林 阅读(449) 评论(0) 推荐(0)
摘要:1.安装 npm install eslint 2.初始化 eslint init 3.取消使用/* eslint-disable */ 4.恢复使用/* eslint-enable */ 5.局部使用规则:https://eslint.bootcss.com/docs/rules /* eslin 阅读全文
posted @ 2020-09-03 16:54 动听小林 阅读(382) 评论(0) 推荐(0)
摘要:/** main.js */ // 全局环境判断 使用this.ENV 0:浏览器 1:微信h5 2:微信小程序 3:安卓app const ua = window.navigator.userAgent.toLowerCase() if (ua.indexOf('micromessenger') 阅读全文
posted @ 2020-09-03 16:29 动听小林 阅读(498) 评论(0) 推荐(1)