generated from Leo_Ding/web-template
10 lines
196 B
Vue
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> |