# avue-plugin-map **Repository Path**: smallweigit/avue-plugin-map ## Basic Information - **Project Name**: avue-plugin-map - **Description**: avue 地图插件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://avuejs.com/doc/plugins/map-plugins - **GVP Project**: No ## Statistics - **Stars**: 71 - **Forks**: 34 - **Created**: 2018-11-26 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: vue-extensions, gis **Tags**: None ## README # avue-plugin-map ## avue 地图插件 ## Avue官网 [https://avuejs.com](https://avuejs.com) ## 介绍 [avue-plugin-map](https://avuejs.com/doc/plugins/map-plugins) ## npm [avue-plugin-map](https://www.npmjs.com/package/avue-plugin-map) ## git [avue-plugin-map](https://gitee.com/smallweigit/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" } ... ] 或者直接 ... ```