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
|
{{ visible ? `Hide` : `Show` }} Past Questions
|
||||||
</button>
|
</button>
|
||||||
<transition name="expand-from-left">
|
<transition name="expand-from-left">
|
||||||
<past-questions v-if="visible" />
|
<past-questions v-if="visible" @error="$emit(`error`, $event)" />
|
||||||
</transition>
|
</transition>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue