# avue-plugin-map **Repository Path**: shongwei/avue-plugin-map ## Basic Information - **Project Name**: avue-plugin-map - **Description**: avue 地图插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 34 - **Created**: 2018-12-13 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # avue-plugin-map ## avue 地图插件 ## Avue官网 [https://avue.top](https://avue.top) ## 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" } ... ] 或者直接 ... ```