(component): 发布 1.7.0-alpha.1 版本

This commit is contained in:
就眠儀式
2022-10-23 21:12:06 +08:00
parent 1f6f25bdfb
commit 91c3d1406d
6 changed files with 9 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
::: demo 使用 `lay-exception` 标签, 创建一个异常页面
<template>
<lay-exception status="401" title="401" describe="暂无相关权限">
<lay-exception status="401" title="401" describe="身份认证失败">
<template #extra>
<lay-button>刷新</lay-button>
<lay-button type="primary">返回</lay-button>

View File

@@ -33,6 +33,7 @@
<li>[修复] space 组件 size 属性使用内置 string ['md','sm'] 不生效的问题。</li>
<li>[修复] table 组件 datasource 为空, 表头超出宽度无法滚动的问题。</li>
<li>[修复] page 组件 pages 属性起始页计算逻辑, 在接近尾页时 pages 数量不对应。</li>
<li>[修复] page 组件 pages 属性, 缺少响应式特性。</li>
<li>[删除] select 组件 show-empty 属性, 由用户自定义 select-option 代替。</li>
<li>[删除] select 组件 empty-message 属性, 由用户自定义 select-option 代替。</li>
<li>[删除] select 组件 placeholder, searchPlaceholder 属性默认值, 由使用者提供。</li>

View File

@@ -42,10 +42,6 @@ const locales = [
];
</script>
```
::: describe 目前支持的语言列表。
:::
::: table
| 语言 | 内容 |