推荐页面优化

This commit is contained in:
橙子
2022-10-08 23:05:19 +08:00
parent 70649653fb
commit 8a44fe9d1c
3 changed files with 89 additions and 32 deletions

View File

@@ -18,6 +18,7 @@ declare module '@vue/runtime-core' {
VanGridItem: typeof import('vant/es')['GridItem']
VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanImagePreview: typeof import('vant/es')['ImagePreview']
VanList: typeof import('vant/es')['List']
VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanRow: typeof import('vant/es')['Row']