web: add initial actionToolbar
This commit is contained in:
parent
f0bbcbe328
commit
4a25c0a3c5
5 changed files with 57 additions and 3 deletions
1
web/components.d.ts
vendored
1
web/components.d.ts
vendored
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue