tiny-vue/examples/sites/demos/mobile-first/app/exception/page-empty.vue

14 lines
227 B
Vue

<template>
<tiny-exception page-empty type="pageservererror"></tiny-exception>
</template>
<script>
import { Exception } from '@opentiny/vue'
export default {
components: {
TinyException: Exception
}
}
</script>