完成 result 组件

This commit is contained in:
就眠儀式
2022-02-02 03:27:34 +08:00
parent 2543aadc01
commit fde8e63696
16 changed files with 103 additions and 35 deletions

View File

@@ -22,4 +22,27 @@ export default {
}
</script>
:::
::: title 失败
:::
::: demo 使用 `lay-exception` 标签, 创建一个异常页面
<template>
<lay-result status="failure"></lay-result>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::