소스 검색

script类型问题

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