Skip to content

Commit

Permalink
feat: publish 0.0.11 & update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Sep 21, 2022
1 parent 8acf029 commit aef5f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zh/overlay/marker.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { Marker } from 'vue3-baidu-map-gl'
<Marker
:position="{ lat: 39.915185, lng: 116.400901 }"
:icon="{
imageUrl: '/logo.png',
imageUrl: '../../public/logo.png',
imageSize: {
width: 100,
height: 100
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-baidu-map-gl",
"version": "0.0.10",
"version": "0.0.11",
"main": "./dist/index.js",
"typings": "./lib/index.d.ts",
"exports": {
Expand Down

0 comments on commit aef5f77

Please sign in to comment.