feat: add pwa install button (#27)
* feat: add pwa tooltip * feat: add pwa install button
This commit is contained in:
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@@ -10,6 +10,7 @@ declare module '@vue/runtime-core' {
|
||||
ChooseFood: typeof import('./components/ChooseFood.vue')['default']
|
||||
Counter: typeof import('./components/Counter.vue')['default']
|
||||
DishTag: typeof import('./components/tags/DishTag.vue')['default']
|
||||
InstallPwa: typeof import('./components/InstallPwa.vue')['default']
|
||||
MeatTag: typeof import('./components/tags/MeatTag.vue')['default']
|
||||
Menu: typeof import('./components/Menu.vue')['default']
|
||||
README: typeof import('./components/README.md')['default']
|
||||
|
||||
Reference in New Issue
Block a user