Skip to content
On this page

SatMapPart地图部件组件

基础用法

vue
<template>
  <SatGlobe>
    <SatMenu>
      <SatMapPart />
    </SatMenu>
  </SatGlobe>
</template>

事件

事件名说明回调参数
init-hooks生命周期初始化钩子-
destroy-hooks生命周期销毁钩子-

插槽

插槽名说明
-自定义内容

Released under the MIT License.