new file: htmlCssJS_Poligon/index.html
modified: main_dc/BB/bbvue/src/views/PersonalBests.vue modified: main_dc/valitovgaziz/html/style.css fix bag with not created personal bests
This commit is contained in:
@@ -255,6 +255,7 @@ export default {
|
||||
// Добавление нового рекорда
|
||||
const addNewBest = async () => {
|
||||
addingBest.value = true
|
||||
newBest.value.date = newBest.value.date + "T00:00:00Z"
|
||||
const result = await personalBestsStore.createPersonalBest(newBest.value)
|
||||
addingBest.value = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user