9 Star 55 Fork 34

smallwei / avue-plugin-map

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
smallwei 提交于 2020-05-25 17:11 . docs:update rm

avue-plugin-map

avue 地图插件

Avue官网

https://avuejs.com

介绍

avue-plugin-map

npm

avue-plugin-map

git

avue-plugin-map

demo

use

1.安装
npm install avue-plugin-map --save

2.导入
import AvueMap from 'avue-plugin-map'
Vue.use(AvueMap);

3.使用
...
column:[
  ...
    {
      label:'test',
      prop:'test',
      component: "avueMap"
    }
  ...
]
或者直接
<avue-map v-model="text" ></avue-map>
...
JavaScript
1
https://gitee.com/smallweigit/avue-plugin-map.git
git@gitee.com:smallweigit/avue-plugin-map.git
smallweigit
avue-plugin-map
avue-plugin-map
master

搜索帮助