feat: Add favicon.ico as fallback icon
This commit is contained in:
parent
1e947481fb
commit
f59ab2b8e2
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
|
|
@ -10,7 +10,6 @@ declare module 'vue' {
|
|||
Chart: typeof import('./../components/Chart/index.vue')['default']
|
||||
GhostButton: typeof import('./../components/GhostButton.vue')['default']
|
||||
NavBar: typeof import('./../components/NavBar.vue')['default']
|
||||
Notice: typeof import('./../components/Notice.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
TabBar: typeof import('./../components/TabBar.vue')['default']
|
||||
|
|
@ -24,7 +23,6 @@ declare module 'vue' {
|
|||
VanIcon: typeof import('vant/es')['Icon']
|
||||
VanImage: typeof import('vant/es')['Image']
|
||||
VanNavBar: typeof import('vant/es')['NavBar']
|
||||
VanNoticeBar: typeof import('vant/es')['NoticeBar']
|
||||
VanPicker: typeof import('vant/es')['Picker']
|
||||
VanPopup: typeof import('vant/es')['Popup']
|
||||
VanSpace: typeof import('vant/es')['Space']
|
||||
|
|
|
|||
Loading…
Reference in New Issue