25 lines
261 B
Markdown
25 lines
261 B
Markdown
|
::: anchor
|
||
|
:::
|
||
|
|
||
|
::: title 成功
|
||
|
:::
|
||
|
|
||
|
::: demo 使用 `lay-exception` 标签, 创建一个异常页面
|
||
|
|
||
|
<template>
|
||
|
<lay-result></lay-result>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
import { ref } from 'vue'
|
||
|
|
||
|
export default {
|
||
|
setup() {
|
||
|
|
||
|
return {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
:::
|