vue
文章平均质量分 69
一个造轮者
这个作者很懒,什么都没留下…
展开
-
移动端rem文字自适式
(function (doc, win) { // html var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = function () {原创 2017-09-06 19:34:52 · 271 阅读 · 0 评论 -
Vue生命周期详解
{{ message }} var app = new Vue({ el: '#app', data: { message : "xuxiao is boy" }, beforeCreate: function () { console.group('beforeCreate 创建前状原创 2017-09-06 19:41:45 · 491 阅读 · 0 评论 -
原生冒泡机制
Document *{ margin: 0; padding: 0; } img{ border:0; } ol, ul ,li{list-style: none;} div{ width:100%原创 2017-09-06 19:44:11 · 257 阅读 · 0 评论 -
表格删除序列号自动排列序号
Document .div-1{ width:100px; height: 100px; background-color: red; } table,tr,td{ border:1px solid #CCC; border-coll原创 2017-09-06 19:46:09 · 2496 阅读 · 0 评论 -
原生js TAB切换
Document *{ margin: 0; padding: 0; } img{ border:0; } ol, ul ,li{list-style: none;} .div-1{ width:原创 2017-09-06 19:48:49 · 324 阅读 · 1 评论 -
3个跨域请求 解释异步执行
Document console.dir(Promise); // 输出构造函数 何为构造函数 白话解释 就是带有属性的函数就是构造函数 首字母大写(规范) // // 以下为3个异步 同时执行 所以下面的data1都是undefined; let dat原创 2017-09-26 01:02:06 · 327 阅读 · 0 评论 -
史上最全的移动端reset
/** @Author: Marte* @Date: 2017-10-27 11:02:27* @Last Modified by: zhengpan* @Last Modified time: 2017-10-28 16:12:07*/body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,原创 2017-10-28 16:12:22 · 442 阅读 · 0 评论 -
ES6 Promise实际项目用法 (避免回调地狱)
Promise用法原创 2017-09-26 00:43:39 · 905 阅读 · 0 评论