chet novoe

This commit is contained in:
Vladimir Voronin
2024-10-29 16:06:45 +03:00
parent c5ee833ca7
commit a71f34a6ba
22 changed files with 912 additions and 425 deletions

View File

@@ -115,7 +115,7 @@ const pastBudgets = ref([
onMounted(async () => {
loading.value = true;
budgetInfos.value = await getBudgetInfos()
console.log(budgetInfos.value)
loading.value = false
})
</script>