properly implement resettableAsyncComponent
This commit is contained in:
parent
9afbb12f95
commit
f21dc21a83
3 changed files with 13 additions and 15 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
emits: ['resetAsyncComponent'],
|
||||
methods: {
|
||||
retry () {
|
||||
this.$emit('resetAsyncComponent')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue