Skip to content

Commit

Permalink
feat: update docs content
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Nov 22, 2022
1 parent 54a6c50 commit 7f0f874
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Vue3 BaiduMap GL
hero:
name: Vue3 BaiduMap GL
text: 易用 & 完整 & 高性能
tagline: 基于 Vue 3.0 和 百度地图GL的高质量地图组件/hooks库
tagline: 基于 Vue 3.0 和 百度地图GL的高质量地图组件+hooks库
image:
src: /logo.png
alt: Vue3 BaiduMap GL
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/hooks/useAddressGeocoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { useAddressGeocoder } from 'vue3-baidu-map-gl'
<span>纬度 - {{ point?.lat }}</span>
<span>经度 - {{ point?.lng }}</span>
</div>
<div class="state" v-else-if="!isEmpty">
<div class="state" v-else-if="isEmpty">
没有解析到结果 !
</div>
<div class="state" v-else>
Expand Down Expand Up @@ -135,7 +135,7 @@ import { useAddressGeocoder } from 'vue3-baidu-map-gl'
<span>纬度 - {{ point?.lat }}</span>
<span>经度 - {{ point?.lng }}</span>
</div>
<div class="state" v-else-if="!isEmpty">没有解析到结果 !</div>
<div class="state" v-else-if="isEmpty">没有解析到结果 !</div>
<div class="state" v-else>解析中...</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Vue3 BaiduMap GL
hero:
name: Vue3 BaiduMap GL
text: 易用 & 完整 & 高性能
tagline: 基于 Vue 3.0 和 百度地图GL的高质量地图组件/hooks库
tagline: 基于 Vue 3.0 和 百度地图GL的高质量地图组件+hooks库
image:
src: /logo.png
alt: Vue3 BaiduMap GL
Expand Down

0 comments on commit 7f0f874

Please sign in to comment.