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

19 lines
312 B
Vue

<template>
<tiny-exception type="pagenoperm" sub-message="自定义副文本内容"></tiny-exception>
</template>
<script>
import { Exception } from '@opentiny/vue'
export default {
components: {
TinyException: Exception
},
data() {
return {}
},
methods: {}
}
</script>
<style scoped>