Bubble error event
This commit is contained in:
parent
6bb5fc322f
commit
29514da442
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
{{ visible ? `Hide` : `Show` }} Past Questions
|
||||
</button>
|
||||
<transition name="expand-from-left">
|
||||
<past-questions v-if="visible" />
|
||||
<past-questions v-if="visible" @error="$emit(`error`, $event)" />
|
||||
</transition>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue