# avue-plugin-map **Repository Path**: sino-platform/avue-plugin-map ## Basic Information - **Project Name**: avue-plugin-map - **Description**: avue 地图插件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 34 - **Created**: 2020-05-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **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" } ... ] 或者直接 ... ```