tiny-vue/examples/docs/resources/mobile-first/app/exception/message.vue

14 lines
211 B
Vue

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