aboutsummaryrefslogtreecommitdiff
path: root/src/components/async_component_error
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/async_component_error')
-rw-r--r--src/components/async_component_error/async_component_error.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/async_component_error/async_component_error.vue b/src/components/async_component_error/async_component_error.vue
index b1b59638..26ab5d21 100644
--- a/src/components/async_component_error/async_component_error.vue
+++ b/src/components/async_component_error/async_component_error.vue
@@ -19,6 +19,7 @@
<script>
export default {
+ emits: ['resetAsyncComponent'],
methods: {
retry () {
this.$emit('resetAsyncComponent')