iot-ui-vue/src/views/device/Instance/Detail/GateWay/index.vue

7 lines
164 B
Vue

<template>
<EditTable provider="collector-gateway" />
</template>
<script lang="ts" setup>
import EditTable from '../components/EditTable/index.vue'
</script>