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.

17 lines
303 B

<script setup>
import BasicConfig from "@/components/ec_api/BasicConfig.vue";
import TabArea from "@/components/ec_api/TabArea.vue";
import {useStore} from "vuex";
const store = useStore();
</script>
<template>
<BasicConfig></BasicConfig>
<TabArea></TabArea>
</template>
<style scoped>
</style>