添加了部分接口
This commit is contained in:
@@ -146,6 +146,7 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent, ref } from "vue";
|
||||
import LiveItem from "@/components/LiveItem.vue";
|
||||
import { getlivelist } from '@/api';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
LiveItem,
|
||||
@@ -153,6 +154,7 @@ export default defineComponent({
|
||||
setup() {
|
||||
const page = ref(6);
|
||||
const tabindex = ref(1);
|
||||
getlivelist()
|
||||
function tabchange(e: number): void {
|
||||
tabindex.value=e
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user