mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
commit
072bc36e66
@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<nuxt-child v-if="!nuxt.err"></nuxt-child>
|
||||||
<nuxt-child v-if="!nuxt.err"></nuxt-child>
|
<nuxt-error v-else :error="nuxt.err"></nuxt-error>
|
||||||
<nuxt-error v-if="nuxt.err" :error="nuxt.err"></nuxt-error>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user