lhl 6ff0e96ad3 8-4-1 | il y a 1 an | |
---|---|---|
.. | ||
.github | il y a 1 an | |
build | il y a 1 an | |
components | il y a 1 an | |
test | il y a 1 an | |
types | il y a 1 an | |
.eslintrc.js | il y a 1 an | |
.travis.yml | il y a 1 an | |
CONTRIBUTING.md | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
README.zh.md | il y a 1 an | |
index.d.ts | il y a 1 an | |
index.js | il y a 1 an | |
karma.conf.js | il y a 1 an | |
package.json | il y a 1 an |
Baidu Map components for Vue 2.x
https://dafrok.github.io/vue-baidu-map
npm i --save vue-baidu-map
import Vue from 'vue'
import BaiduMap from 'vue-baidu-map'
Vue.use(BaiduMap, {
/* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */
ak: 'YOUR_APP_KEY'
})
<template>
<baidu-map class="map">
</baidu-map>
</template>
<style>
/* The container of BaiduMap must be set width & height. */
.map {
width: 100%;
height: 300px;
}
</style>
Copyright (c) 2016-present, Dafrok o.o@mug.dog