摘要: vue项目中,高德地图使用。 引入vue中。异步导入vue中。 gaoDe(key) { window.onApiLoaded = function () { var map = new AMap.Map('container', { resizeEnable: true, center: [113 阅读全文
posted @ 2020-09-29 09:29 胡炖鱼 阅读(2134) 评论(0) 推荐(0) 编辑
摘要: 提取公共样式base,mixin的使用 定义minxi.scss文件 //flex布局复用 @mixin flex($hov:space-between,$col:center) { display: flex; justify-content: $hov; align-items: $col; } 阅读全文
posted @ 2020-09-29 00:10 胡炖鱼 阅读(693) 评论(0) 推荐(0) 编辑