You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
245 B

<script setup>
import BasicConfig from "@/components/ec_api/BasicConfig.vue";
import TabArea from "@/components/ec_api/TabArea.vue";
</script>
<template>
<BasicConfig></BasicConfig>
<TabArea></TabArea>
</template>
<style scoped>
</style>