diff --git a/src/App.vue b/src/App.vue index 8278f65..b2986ce 100644 --- a/src/App.vue +++ b/src/App.vue @@ -51,6 +51,7 @@ async function init() { function handleStart() { started.value = true + store.setGameEnded(false) applyQteParams() start() }