File tree Expand file tree Collapse file tree 3 files changed +2
-45
lines changed Expand file tree Collapse file tree 3 files changed +2
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 51
51
</div >
52
52
</template >
53
53
<template #footer >
54
- <TeacherBar :teachers =" teachers" />
54
+ <BaseAvatarList :users =" teachers" />
55
55
</template >
56
56
</Card >
57
57
</template >
58
58
59
59
<script setup>
60
60
import Card from " primevue/card"
61
- import TeacherBar from " ../TeacherBar "
61
+ import BaseAvatarList from " ../basecomponents/BaseAvatarList.vue "
62
62
import { computed } from " vue"
63
63
import { isEmpty } from " lodash"
64
64
import { useFormatDate } from " ../../composables/formatDate"
Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ import Button from "primevue/button"
173
173
import DataTable from " primevue/datatable"
174
174
import Column from " primevue/column"
175
175
import Rating from " primevue/rating"
176
- import TeacherBar from " ../../components/TeacherBar.vue"
177
176
import { usePlatformConfig } from " ../../store/platformConfig"
178
177
179
178
const status = ref (null )
You can’t perform that action at this time.
0 commit comments