- Converting all to Typescript

- Installing 1.0.0.beta Quasar Upgrade
   - (Part 1 - Upgrade Components)
This commit is contained in:
Paolo Arena
2019-03-11 19:16:39 +01:00
parent 58967a1650
commit bb3be0ec16
85 changed files with 3961 additions and 32086 deletions

View File

@@ -11,7 +11,7 @@ export const DefaultUser = <IUserState>{
export interface IUserState {
userId?: string
email?: string
username: string
username?: string
idapp?: any
password?: string
lang?: string