index.vue 120 B

123456789
  1. <script setup lang="ts">
  2. defineOptions({
  3. name: "Echarts"
  4. });
  5. </script>
  6. <template>
  7. <div>开发中</div>
  8. </template>