vue router pour l'history

This commit is contained in:
Valentin
2024-08-05 21:08:09 +02:00
parent a05f81c2d9
commit f61c81c714
8 changed files with 419 additions and 35 deletions

View File

@@ -92,6 +92,10 @@ export const useContentStore = defineStore('content', {
this.loading = false;
}
},
emptyAll() {
this.etape = {};
this.page = {};
},
},
});