(component): update

This commit is contained in:
就眠儀式
2022-08-14 00:12:01 +08:00
parent 1e5812e6e7
commit ac4f60efa6
5 changed files with 7 additions and 36 deletions

View File

@@ -1476,7 +1476,7 @@ export default {
::: table
| 插槽 | 描述 | 类型 | 默认值 | 可选值 | 可选值 |
| 插槽 | 描述 | 类型 | 默认值 | 可选值 | 版本 |
| --------------- | ------------------------------ | --------- | ------- | --------------------------- | --------------------------- |
| title | 列标题 | -- | -- | -- | -- |
| key | 数据字段 | -- | -- | -- | -- |

View File

@@ -10,11 +10,11 @@
::: demo
<template>
<lay-timeline>
<lay-timeline-item title="1.3.x">
<lay-timeline-item title="1.4.x">
<ul>
<a name="1-3-14"></a>
<a name="1-4-0"></a>
<li>
<h3>1.4.0 <span class="layui-badge-rim">2022-08-12</span></h3>
<h3>1.4.0 <span class="layui-badge-rim">2022-08-13</span></h3>
<ul>
<li>[新增] button 组件 dropdown 下拉 demo。</li>
<li>[新增] button 组件 loading-icon 属性, 允许自定义加载图标。</li>

View File

@@ -426,27 +426,7 @@ const menus = [
path: "/zh-CN/components/photo",
},
],
},
{
id: 1,
title: "新特性",
children: [
{
id: 101,
title: "标签",
flag: "new",
subTitle: "modal",
path: "/zh-CN/components/tag",
},
{
id: 102,
title: "标签输入框",
flag: "new",
subTitle: "load",
path: "/zh-CN/components/tagInput",
},
],
},
}
];
export default menus;