公告板
版本库
filestore
活动
搜索
登录
template
/
Cesium_gltf
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first commit
fuchengshen
2022-07-09
3a25c05b5ab837714f30469cdcb1e2a77d8d7f6c
[template/Cesium_gltf.git]
/
src
/
example
/
graphic
/
entity
/
addDynamicPosition-tileset
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
<template>
<mars-pannel :visible="true" right="10" top="10">
<layer-state />
</mars-pannel>
<location-to />
</template>
<script setup lang="ts">
import LocationTo from "@mars/components/mars-sample/location-to.vue"
import LayerState from "@mars/components/mars-sample/layer-state.vue"
</script>