# simple-component **Repository Path**: julyL/simple-component ## Basic Information - **Project Name**: simple-component - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## simple-component > 演示文件见 /demo,所有方法都挂载在window.L上 #### map 组件 ```js // 调用方式 window.L.map = { load, // 初始化加载地图 show, hide, getInfo // 获取信息 }; // 初始化 window.L.map.load(); ```