diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..6925515 Binary files /dev/null and b/public/favicon.ico differ diff --git a/src/types/components.d.ts b/src/types/components.d.ts index a6837a1..9c996ac 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -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']