0
0
Fork 0

Bubble error event

This commit is contained in:
Oliver-Akins 2021-01-03 15:55:21 -07:00
parent 6bb5fc322f
commit 29514da442

View file

@ -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>