web: implemented login
This commit is contained in:
parent
129b0224e9
commit
ae222173b1
12 changed files with 170 additions and 34 deletions
1
web/components.d.ts
vendored
1
web/components.d.ts
vendored
|
@ -12,6 +12,7 @@ declare module 'vue' {
|
|||
HeaderBar: typeof import('./src/components/HeaderBar.vue')['default']
|
||||
ListViewElement: typeof import('./src/components/ListViewElement.vue')['default']
|
||||
ListViewTemplate: typeof import('./src/components/ListViewTemplate.vue')['default']
|
||||
LoginPage: typeof import('./src/components/loginPage.vue')['default']
|
||||
SearchElement: typeof import('./src/components/SearchElement.vue')['default']
|
||||
StartPage: typeof import('./src/components/StartPage.vue')['default']
|
||||
TurboLogo: typeof import('./src/components/turboLogo.vue')['default']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue