gree_leran/pages/video/video.vue

9 lines
150 B
Vue

<template>
<ListVideo></ListVideo>
</template>
<script setup>
import { ref, reactive, onMounted } from 'vue';
</script><style lang="scss">
</style>