✨(component): 发布 1.3.12
This commit is contained in:
parent
6e346e58cf
commit
888e0b0cc9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "1.3.12-alpha.6",
|
"version": "1.3.12",
|
||||||
"author": "就眠儀式",
|
"author": "就眠儀式",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
|
@ -11,6 +11,23 @@
|
|||||||
<template>
|
<template>
|
||||||
<lay-timeline>
|
<lay-timeline>
|
||||||
<lay-timeline-item title="1.3.x">
|
<lay-timeline-item title="1.3.x">
|
||||||
|
<ul>
|
||||||
|
<a name="1-3-12"></a>
|
||||||
|
<li>
|
||||||
|
<h3>1.3.12 <span class="layui-badge-rim">2022-08-04</span></h3>
|
||||||
|
<ul>
|
||||||
|
<li>[新增] table 组件 单元格编辑。</li>
|
||||||
|
<li>[新增] table 组件 expandKeys 属性, 自定展开行。</li>
|
||||||
|
<li>[新增] table 组件 span-method 属性, 支持行列合并。</li>
|
||||||
|
<li>[新增] table 组件 defaultExpandAll 属性, 默认展开所有行。</li>
|
||||||
|
<li>[优化] input 组件 suffix 与 prefix 插槽无底色的问题。</li>
|
||||||
|
<li>[修复] layer 组件 firefox 浏览器下无法拖动的问题。</li>
|
||||||
|
<li>[修复] table 组件 selectkeys 无法动态设置选中项。</li>
|
||||||
|
<li>[修复] table 组件 checkedKeys 属性缺失 emit-update。</li>
|
||||||
|
<li>[修复] checkbox 组件按需场景下,样式污染。</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<a name="1-3-11"></a>
|
<a name="1-3-11"></a>
|
||||||
<li>
|
<li>
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
>{{ t("home.download") }}:<em class="site-showdowns"
|
>{{ t("home.download") }}:<em class="site-showdowns"
|
||||||
>16,684</em
|
>20,894</em
|
||||||
></span
|
></span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
rel="nofollow"
|
rel="nofollow"
|
||||||
class="site-star"
|
class="site-star"
|
||||||
>
|
>
|
||||||
<i class="layui-icon"></i> Star <cite id="getStars">1368</cite>
|
<i class="layui-icon"></i> Star <cite id="getStars">1398</cite>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://gitee.com/layui-vue"
|
href="https://gitee.com/layui-vue"
|
||||||
|
Loading…
Reference in New Issue
Block a user