Skip to content

Commit

Permalink
docs(style): format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed May 29, 2023
1 parent 25f824b commit 30fb3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/zh-CN/components/overlay/mapMask.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ overlay/mapMask
| path | 圆形中心点经纬度 | `{ lng: number, lat: number}` | - | `required` |
| showRegion | 展示区域内部还是外部 | [`MapMaskShowRegion`](#mapmaskshowregion) | - | `inside` |
| isBuildingMask | 楼块是否参与掩膜 | `boolean` | - | `false` |
| isMapMask | 底图是否参与掩膜 | `boolean` | - | `false` |
| isMapMask | 底图是否参与掩膜 | `boolean` | - | `false` |
| isPoiMask | 底图上的 Poi 是否参与掩膜 | `boolean` | - | `false` |

### MapMaskShowRegion
Expand Down
3 changes: 1 addition & 2 deletions docs/zh-CN/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import Vue3BaiduMapGL from 'vue3-baidu-map-gl'
const app = createApp(App)
app.use(Vue3BaiduMapGL)
```
在组件中使用


在组件中使用

#### Volar 支持 <Badge type="tip" text="^0.0.21" />

Expand Down

0 comments on commit 30fb3e2

Please sign in to comment.