Update order

This commit is contained in:
Sébastien Chopin 2017-02-10 00:47:35 +01:00
parent 072bc36e66
commit b4f9504942

View File

@ -1,6 +1,6 @@
<template> <template>
<nuxt-child v-if="!nuxt.err"></nuxt-child> <nuxt-error v-if="nuxt.err" :error="nuxt.err"></nuxt-error>
<nuxt-error v-else :error="nuxt.err"></nuxt-error> <nuxt-child v-else></nuxt-child>
</template> </template>
<script> <script>