diff --git a/example/docs/zh-CN/components/exception.md b/example/docs/zh-CN/components/exception.md index 49083155..9cdc3802 100644 --- a/example/docs/zh-CN/components/exception.md +++ b/example/docs/zh-CN/components/exception.md @@ -113,3 +113,33 @@ export default { ::: + +::: title Exception 属性 +::: + +::: table + +| 属性 | 描述 | 可选值 | +| ----------- | -------- | ------ | +| title | 标题 | -- | +| status | 状态 | `403` `404` `500` | +| describe | 描述信息 | -- | + +::: + +::: title Exception 插槽 +::: + +::: table + +| 属性 | 描述 | 可选值 | +| ----------- | -------- | ------ | +| action | 操作 | -- | + +::: + +::: comment +::: + +::: previousNext field +::: \ No newline at end of file diff --git a/example/docs/zh-CN/components/result.md b/example/docs/zh-CN/components/result.md index 28e83cc0..5215727b 100644 --- a/example/docs/zh-CN/components/result.md +++ b/example/docs/zh-CN/components/result.md @@ -4,7 +4,7 @@ ::: title 成功 ::: -::: demo 使用 `lay-exception` 标签, 创建一个异常页面 +::: demo 使用 `lay-result` 标签, 创建一个结果页面