Skip to content

Commit f59ab2b

Browse files
committed
feat: Add favicon.ico as fallback icon
1 parent 1e94748 commit f59ab2b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

public/favicon.ico

40.7 KB
Binary file not shown.

src/types/components.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ declare module 'vue' {
1010
Chart: typeof import('./../components/Chart/index.vue')['default']
1111
GhostButton: typeof import('./../components/GhostButton.vue')['default']
1212
NavBar: typeof import('./../components/NavBar.vue')['default']
13-
Notice: typeof import('./../components/Notice.vue')['default']
1413
RouterLink: typeof import('vue-router')['RouterLink']
1514
RouterView: typeof import('vue-router')['RouterView']
1615
TabBar: typeof import('./../components/TabBar.vue')['default']
@@ -24,7 +23,6 @@ declare module 'vue' {
2423
VanIcon: typeof import('vant/es')['Icon']
2524
VanImage: typeof import('vant/es')['Image']
2625
VanNavBar: typeof import('vant/es')['NavBar']
27-
VanNoticeBar: typeof import('vant/es')['NoticeBar']
2826
VanPicker: typeof import('vant/es')['Picker']
2927
VanPopup: typeof import('vant/es')['Popup']
3028
VanSpace: typeof import('vant/es')['Space']

0 commit comments

Comments
 (0)