添加了部分接口

This commit is contained in:
2020-10-12 10:50:58 +08:00
parent a7ca08ec34
commit 3f8c8c302b
6 changed files with 113 additions and 1 deletions

View File

@@ -361,12 +361,14 @@
}
</style>
<script lang="ts">
import { getteacherliked } from '@/api';
import { defineComponent, ref } from "vue";
export default defineComponent({
name: "Subscriber",
components: {},
setup() {
const page = ref(6);
getteacherliked()
return {
page,
};