|
|
@@ -10,7 +10,7 @@ const {t} = useI18n();
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <ErrorBoundary keepEmit>
|
|
|
+ <ErrorBoundary propagation>
|
|
|
<template #fallback="{reset, error}">
|
|
|
<main style="width: 100vw;height: 100vh">
|
|
|
<LDErrorBoundary :msg="error.message" @reset="reset" />
|