10 lines
193 B
Vue
10 lines
193 B
Vue
<template>
|
|
<ExportTaskList />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import ExportTaskList from '../export-task-list/index.vue'
|
|
|
|
defineOptions({ name: 'ExportIotCardTaskList' })
|
|
</script>
|