Looks like you're lost
Sorry, we can't find the page you want.
wt-error-page.vue | Name | Required | Types | Default | Description | Example | Deprecated |
|---|---|---|---|---|---|---|
type |
✅ | string |
- | Error type |
| Name | Params | Description |
|---|---|---|
back |
Sorry, we can't find the page you want.
<script setup></script>
<template>
<wt-error-page
style="min-width: 100%; width: 100%; min-height: auto"
type="404"
/>
</template>
<style scoped lang="scss"></style>Sorry, you have not enough privileges to see this page.
<script setup></script>
<template>
<wt-error-page
style="min-width: 100%; width: 100%; min-height: auto"
type="403"
/>
</template>
<style scoped lang="scss"></style>