0.1.11 • Published 4 years ago

@vita2333/vue-amap2.0 v0.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

vue-amap2.0

安装

npm i @vita2333/vue-amap2.0
or 
yarn add @vita2333/vue-amap2.0

引入

main.js中添加

import VueAmapLoader from '@vita2333/vue-amap2.0'

Vue.use(VueAmapLoader, {
  key: "your key", // 首次调用load必须填写key
  plugins: [],  // 同步加载的插件列表
  version: "2.0",     // JSAPI 版本号
})

使用

<template>
    <vue-amap></vue-amap>
</template>

<script>
  import Vue from 'vue'
  import { VueAmap } from '@vita2333/vue-amap2.0'

  Vue.use(VueAmap)
  export default {

  }
</script>
0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago