pref(about): update image loading
This commit is contained in:
parent
cccf0cbe71
commit
f7ea02e8fe
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@ -25,6 +25,7 @@ declare module 'vue' {
|
|||||||
VListItem: typeof import('vuetify/components')['VListItem']
|
VListItem: typeof import('vuetify/components')['VListItem']
|
||||||
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
||||||
VMenu: typeof import('vuetify/components')['VMenu']
|
VMenu: typeof import('vuetify/components')['VMenu']
|
||||||
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
||||||
VSpacer: typeof import('vuetify/components')['VSpacer']
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
||||||
VTimeline: typeof import('vuetify/components')['VTimeline']
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
||||||
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
||||||
|
@ -22,7 +22,17 @@ time: "2023-08-02T23:04:27+08:00"
|
|||||||
|
|
||||||
- - -
|
- - -
|
||||||
以下为19预科2班[^1]毕业照片及师生名单:
|
以下为19预科2班[^1]毕业照片及师生名单:
|
||||||
<v-img src="/graduation.png" />
|
<v-img src="/graduation.png">
|
||||||
|
<template v-slot:placeholder>
|
||||||
|
<div class="flex flex-col items-center justify-center h-100%">
|
||||||
|
<v-progress-circular
|
||||||
|
color="grey-lighten-4"
|
||||||
|
indeterminate
|
||||||
|
></v-progress-circular>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</v-img>
|
||||||
|
|
||||||
+ 李希捷 胡亮 朱鸿翔 何锐哲 李涵博 刘慧民 赵钰恒 孙振奥 宋文朔 张安楠 刘宇旭 王奕涵 高博
|
+ 李希捷 胡亮 朱鸿翔 何锐哲 李涵博 刘慧民 赵钰恒 孙振奥 宋文朔 张安楠 刘宇旭 王奕涵 高博
|
||||||
+ 吴宇轩 李书豪 程硕洋 杨翔宇 彭彦辰 黄子懿 孙江雨 周玮 周元一 孟子尧 乐千雪 余梦瑶
|
+ 吴宇轩 李书豪 程硕洋 杨翔宇 彭彦辰 黄子懿 孙江雨 周玮 周元一 孟子尧 乐千雪 余梦瑶
|
||||||
+ 董玉轩 陈昕雨 张梦菡 丁子妍 李思辰 庞诗语 孔晓晓 董子涵 王晶晶 徐唯真 马晓慧 刘畅
|
+ 董玉轩 陈昕雨 张梦菡 丁子妍 李思辰 庞诗语 孔晓晓 董子涵 王晶晶 徐唯真 马晓慧 刘畅
|
||||||
|
Loading…
Reference in New Issue
Block a user