index.vue 173 B

12345678910
  1. <template>API服务管控</template>
  2. <script setup lang="ts">
  3. import { reactive } from 'vue'
  4. const state: any = reactive({})
  5. </script>
  6. <style lang="scss" scoped></style>