添加了部分接口
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user