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

14 lines
206 B
Vue

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