edit cooperative page and functionality

This commit is contained in:
María
2025-08-20 12:37:20 +02:00
parent 8fedf54470
commit d609660dde
10 changed files with 671 additions and 13 deletions

View File

@@ -79,8 +79,9 @@ export default {
},
async mounted() {
try {
const config = useRuntimeConfig()
const response = await $fetch('/initial', {
baseURL: this.$config.public.baseURL,
baseURL: config.public.baseURL,
method: 'GET'
})
this.cards = response.cards