1、偏移量(offset dimension) =>offsetTop =>offsetWidth(元素的宽度/高度,包括元素的内容、内边距和边框) =>offsetHeight =>offsetParent(元素的父元素) 2、客户区的大小(client dimension) =>clientWi Read More
posted @ 2018-08-09 17:27 0恋晨曦0 Views(145) Comments(0) Diggs(0)
使用的是vue2.0版本 IE报错提醒: 导致原因:使用了 ES6 中用来传递异步消息的的Promise,而IE的浏览器不支持 解决办法: 1、安装babel-polyfill模块,babel-ployfill模块可以模拟ES6的使用环境 npm install babel-ployfill --s Read More
posted @ 2018-08-09 16:42 0恋晨曦0 Views(104) Comments(0) Diggs(0)
1、新建Vue项目:vue init webpack projectName 2、vue-router模块 1、安装vue-router模块:npm install vue-router --save-dev 2、在src文件夹下新建文件夹router继续新建文件index.js 编辑index.j Read More
posted @ 2018-08-09 16:33 0恋晨曦0 Views(167) Comments(0) Diggs(0)