Leo_Ding c3ab39b3c7 1
2025-10-24 19:10:39 +08:00

10 lines
196 B
Vue

<template>
<div style="width: 100%;height: 100%;">
<JsonMap />
</div>
</template>
<script setup>
import {ref} from 'vue'
import JsonMap from '@/components/JsonMap/index.vue'
</script>