UNPKG

component-map-web

Version:

web端电子地图组件-基于leaflet实现的2D地图效果

7 lines (6 loc) 174 B
import mapTool from "./src/main.vue" import "../../css/mapTool.scss" mapTool.install = function (Vue) { Vue.component(mapTool.name, mapTool) } export default mapTool