10 lines
129 B
Vue
Raw Normal View History

2023-05-12 10:04:12 +08:00
<template>
<main-view />
</template>
<script setup lang="ts">
import MainView from "./mapView.vue";
</script>
<style></style>