1.1.0 • Published 4 years ago

@halobear/vue-amap v1.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

@halobear/vue-amap

vue 地图组件

安装

yarn add @halobear/vue-amap

使用

<template>
  <div>
    <vue-map v-model="center" keyword="上海"></vue-map>

    <div class="res">结果:{{center}}</div>
  </div>
</template>

<script>
  import VueMap from "@halobear/vue-amap";

  export default {
    components: {
      VueMap
    },
    data() {
      return {
        center: [116.39, 39.9]
      };
    }
  };
</script>

示例

1.1.0

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago