vue router pour l'history
This commit is contained in:
@@ -92,6 +92,10 @@ export const useContentStore = defineStore('content', {
|
||||
this.loading = false;
|
||||
}
|
||||
},
|
||||
emptyAll() {
|
||||
this.etape = {};
|
||||
this.page = {};
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user