generated from VLADIMIR/template_frontend
up
This commit is contained in:
@@ -19,13 +19,14 @@
|
||||
}
|
||||
|
||||
type Team = {
|
||||
name: string
|
||||
actions: Action[]
|
||||
}
|
||||
|
||||
const login = ref("")
|
||||
const password = ref("")
|
||||
const place = ref("")
|
||||
const team = ref<Team>({actions: []})
|
||||
const team = ref<Team>({name: "", actions: []})
|
||||
const actions = ref<Action[]>([])
|
||||
const scrollContainer = ref<HTMLDivElement | null>();
|
||||
|
||||
@@ -101,7 +102,6 @@
|
||||
sessionStorage.setItem("teamId", login.value)
|
||||
sessionStorage.setItem("password", password.value)
|
||||
}
|
||||
// http://localhost:5174?name=name&password=pass
|
||||
|
||||
getTeam()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user