chore: add about link

This commit is contained in:
YunYouJun
2022-04-20 00:58:48 +08:00
parent 8914bea751
commit 891497614d
7 changed files with 568 additions and 557 deletions

1
src/components.d.ts vendored
View File

@@ -5,6 +5,7 @@ import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AboutMe: typeof import('./components/AboutMe.vue')['default']
BaseFooter: typeof import('./components/BaseFooter.vue')['default']
ChooseFood: typeof import('./components/ChooseFood.vue')['default']
Counter: typeof import('./components/Counter.vue')['default']