ruoyi-plus-soybean/src/views/component/map/index.vue

7 lines
101 B
Vue
Raw Normal View History

<template>
<div>地图</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>