feat: 重写首页列表样式,添加指示器

This commit is contained in:
2024-09-20 20:53:47 +08:00
parent bc4cb97dea
commit 476563377b
2 changed files with 54 additions and 5 deletions

1
components.d.ts vendored
View File

@ -23,6 +23,7 @@ declare module 'vue' {
WdSteps: typeof import('wot-design-uni/components/wd-steps/wd-steps.vue')['default']
WdTabbar: typeof import('wot-design-uni/components/wd-tabbar/wd-tabbar.vue')['default']
WdTabbarItem: typeof import('wot-design-uni/components/wd-tabbar-item/wd-tabbar-item.vue')['default']
WdTag: typeof import('wot-design-uni/components/wd-tag/wd-tag.vue')['default']
WdToast: typeof import('wot-design-uni/components/wd-toast/wd-toast.vue')['default']
}
}