feat: add emoji to pot animation

This commit is contained in:
YunYouJun
2022-04-17 03:27:55 +08:00
parent 7163fd350b
commit bbd9f840b5
5 changed files with 86 additions and 21 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 {
AnimateStuff: typeof import('./components/AnimateStuff.vue')['default']
BaseFooter: typeof import('./components/BaseFooter.vue')['default']
ChooseFood: typeof import('./components/ChooseFood.vue')['default']
Counter: typeof import('./components/Counter.vue')['default']