canghailong преди 7 месеца
родител
ревизия
e15c115005
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/views/student/classCollect/index.vue
  2. 1 1
      src/views/student/classNotice/index.vue
  3. 1 1
      src/views/student/learningFootprint/index.vue

+ 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({