first steps on login form

This commit is contained in:
Sockenklaus
2023-07-01 14:31:28 +02:00
parent 1d2e76132d
commit ca20ca1faf
4 changed files with 41 additions and 10 deletions

12
components.d.ts vendored Normal file
View File

@@ -0,0 +1,12 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
NInput: typeof import('naive-ui')['NInput']
}
}