Skip to content

Commit

Permalink
docs: 📝 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Jul 29, 2023
1 parent 7962e20 commit 3d753eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Basic usage of the `vc-imagery-provider-singletile` component.
<vc-layer-imagery :alpha="alpha" :brightness="brightness" :contrast="contrast">
<vc-imagery-provider-singletile
ref="provider"
:height="undefined"
:width="undefined"
url="https://zouyaoji.top/vue-cesium/SampleData/images/worldimage.jpg"
></vc-imagery-provider-singletile>
</vc-layer-imagery>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<vc-imagery-provider-singletile
ref="provider"
url="https://zouyaoji.top/vue-cesium/SampleData/images/worldimage.jpg"
:height="undefined"
:width="undefined"
></vc-imagery-provider-singletile>
</vc-layer-imagery>
</vc-viewer>
Expand Down

0 comments on commit 3d753eb

Please sign in to comment.