From 208ca50585c7b5c4fdd8716a26c9c16b438d3c19 Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期三, 05 六月 2024 20:21:56 +0800
Subject: [PATCH] 1

---
 src/views/mapChart/index.vue |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/views/mapChart/index.vue b/src/views/mapChart/index.vue
new file mode 100644
index 0000000..1785dfa
--- /dev/null
+++ b/src/views/mapChart/index.vue
@@ -0,0 +1,17 @@
+<template>
+  <div class="mapChart"></div>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style>
+.mapChart{
+    width: 100%;
+    height: 100%;
+    background: skyblue;
+}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3