2020年7月8日
摘要: 1.安装地图插件 npm i vue-baidu-map --save 2.在项目的main.js中引入地图 import BaiduMap from 'vue-baidu-map'; Vue.use(BaiduMap, { /* Visit http://lbsyun.baidu.com/apic 阅读全文
posted @ 2020-07-08 10:34 小鬼-XX 阅读(2220) 评论(0) 推荐(1) 编辑
摘要: 1.安装组件 npm install v-distpicker --save 2.在想使用插件的页面引入 import VDistpicker from 'v-distpicker' export default { components: { VDistpicker } } 3.直接在想用的界面使 阅读全文
posted @ 2020-07-08 10:10 小鬼-XX 阅读(412) 评论(0) 推荐(0) 编辑