Add long press button for actions

This commit is contained in:
2024-12-20 16:36:29 +00:00
parent 215be2d5f0
commit 2b52a15f96
5 changed files with 88 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ declare module 'vue' {
DashboardItem: typeof import('./src/components/DashboardItem.vue')['default']
Indoor: typeof import('./src/components/Indoor.vue')['default']
IndoorSummary: typeof import('./src/components/IndoorSummary.vue')['default']
LongPressButton: typeof import('./src/components/LongPressButton.vue')['default']
NationalDays: typeof import('./src/components/NationalDays.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']