web: add initial actionToolbar

This commit is contained in:
Mika 2024-07-08 15:39:05 +02:00
parent f0bbcbe328
commit 4a25c0a3c5
5 changed files with 57 additions and 3 deletions

1
web/components.d.ts vendored
View file

@ -7,6 +7,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
ActionToolbar: typeof import('./src/components/actionToolbar.vue')['default']
CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default']
HeaderBar: typeof import('./src/components/HeaderBar.vue')['default']
ListViewElement: typeof import('./src/components/ListViewElement.vue')['default']