视频列表

This commit is contained in:
asd
2020-10-14 15:30:29 +08:00
parent 3d7070b8d7
commit 9dbaebfff2
7 changed files with 620 additions and 376 deletions

View File

@@ -146,9 +146,9 @@ export default defineComponent({
setup() {
const page = ref(1);
const tabindex = ref(1);
const livelist=ref<Array<LiveList>>()
const livelist=ref<LiveList[]>()
onMounted(async ()=>{
livelist.value= await getlivelist()
livelist.value = await getlivelist();
})
function tabchange(e: number): void {
tabindex.value=e