2019年5月16日

摘要: 在main.js引入 import Cesium from 'cesium/Cesium'import '../node_modules/cesium/Build/Cesium/Widgets/widgets.css' Vue.prototype.Cesium = Cesium; 阅读全文
posted @ 2019-05-16 09:34 momo-倩倩 阅读(6463) 评论(0) 推荐(0)

2019年5月9日

摘要: --> ... 阅读全文
posted @ 2019-05-09 15:03 momo-倩倩 阅读(2706) 评论(0) 推荐(0)

2019年4月3日

摘要: 1、说一下你了解CSS盒模型。 2、说一下box-sizing的应用场景。 这个也不难,简单说了一两个应用场景,具体就不一一细说了。 3、说一下你了解的弹性FLEX布局. 4、说一下一个未知宽高元素怎么上下左右垂直居中。 6、说一下原型链,对象,构造函数之间的一些联系。 这个我之前写过相关的文章,自 阅读全文
posted @ 2019-04-03 15:28 momo-倩倩 阅读(1167) 评论(0) 推荐(0)

2019年3月28日

摘要: import 'v-charts/lib/style.css';import VeBar from 'v-charts/lib/bar' // 条形图import VeRadar from 'v-charts/lib/radar' // 雷达import VeHistogram from 'v-ch 阅读全文
posted @ 2019-03-28 09:22 momo-倩倩 阅读(397) 评论(0) 推荐(0)

2019年3月25日

摘要: 参考链接:https://www.cnblogs.com/Chrimisia/p/6670303.html vue 中封装svg:http://www.cnblogs.com/Jiangchuanwei/p/9386792.html svg动画: 阅读全文
posted @ 2019-03-25 14:23 momo-倩倩 阅读(1507) 评论(1) 推荐(0)

2019年3月23日

摘要: https://github.com/lusase/lineDrawer.git 阅读全文
posted @ 2019-03-23 17:08 momo-倩倩 阅读(2725) 评论(0) 推荐(0)
 
摘要: 1.效果 https://www.zhangxinxu.com/wordpress/2017/03/offset-path-css-animation/ 2.用法 https://www.cnblogs.com/Jiangchuanwei/p/9386792.html 3.源码 https://gi 阅读全文
posted @ 2019-03-23 16:02 momo-倩倩 阅读(209) 评论(0) 推荐(0)
 
摘要: https://blog.csdn.net/flitrue/article/details/52841338 import $echarts from 'echarts' import 'echarts/theme/dark.js' let myChart = $echarts.init(docum 阅读全文
posted @ 2019-03-23 13:33 momo-倩倩 阅读(1803) 评论(0) 推荐(0)

2019年3月6日

摘要: 1、获取属性 <button data-idx = "1"></button> e.currentTarget.dataset.idx 2、小程序授权登录 3、事件绑定 <view bindtap="tabHandler"></view> 4、发起请求 wx.request 5、路由跳转 跳转到某个 阅读全文
posted @ 2019-03-06 19:42 momo-倩倩 阅读(237) 评论(0) 推荐(0)
 
摘要: 1、es6的新特性 参考:https://www.jianshu.com/p/390a65d7a353 新增变量声明方式:let 块级作用域 const常量声明 promise 箭头函数:不需要function关键字来创建函数,可以省略return关键字,继承当前上下文的this关键字 Object 阅读全文
posted @ 2019-03-06 17:12 momo-倩倩 阅读(20404) 评论(0) 推荐(2)