canghailong пре 7 месеци
родитељ
комит
e15c115005

+ 1 - 1
src/views/student/classCollect/index.vue

@@ -20,7 +20,7 @@
 		</a-list>
 	</a-card>
 </template>
-<script lang="ts" setup>
+<script setup>
 	import classCentre from '@/api/student/classCentre'
 	const listData = ref([])
 	const pagination = ref({

+ 1 - 1
src/views/student/classNotice/index.vue

@@ -12,7 +12,7 @@
 		</a-list>
 	</a-card>
 </template>
-<script lang="ts" setup>
+<script setup>
 	import classCentre from '@/api/student/classCentre'
 	const listData = ref([])
 	const pagination = ref({

+ 1 - 1
src/views/student/learningFootprint/index.vue

@@ -12,7 +12,7 @@
 		</a-list>
 	</a-card>
 </template>
-<script lang="ts" setup>
+<script setup>
 	import classCentre from '@/api/student/classCentre'
 	const listData = ref([])
 	const pagination = ref({