diff options
Diffstat (limited to 'src/components/async_component_error')
| -rw-r--r-- | src/components/async_component_error/async_component_error.vue | 1 |
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') |
