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