lhl 6ff0e96ad3 8-4-1 | hai 1 ano | |
---|---|---|
.. | ||
.github | hai 1 ano | |
build | hai 1 ano | |
components | hai 1 ano | |
test | hai 1 ano | |
types | hai 1 ano | |
.eslintrc.js | hai 1 ano | |
.travis.yml | hai 1 ano | |
CONTRIBUTING.md | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
README.zh.md | hai 1 ano | |
index.d.ts | hai 1 ano | |
index.js | hai 1 ano | |
karma.conf.js | hai 1 ano | |
package.json | hai 1 ano |
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