(component): 更新日志

This commit is contained in:
就眠儀式 2022-09-15 09:27:05 +08:00
parent 9e52d2401a
commit a3196e597a
3 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@layui/layui-vue",
"version": "1.4.12",
"version": "1.4.13",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",

View File

@ -235,6 +235,7 @@ export default {
| Name | Description | Accepted Values |
| ---------- | ----------- | --------------- |
| modalValue (v-model) | 目标值 | -- |
| dataSource | 数据来源 | -- |
| title | 标题 | -- |
| id | 主键 | -- |
@ -257,6 +258,17 @@ export default {
:::
::: title Transfer 事件
:::
::: table
| Name | Description | Accepted Values |
| ---- | ----------- | --------------- |
| change | 数据穿梭回调 | targetKeys |
:::
::: contributor transfer
:::

View File

@ -14,12 +14,14 @@
<ul>
<a name="1-4-13"></a>
<li>
<h3>1.4.13 <span class="layui-badge-rim">2022-09-14</span></h3>
<h3>1.4.13 <span class="layui-badge-rim">2022-09-15</span></h3>
<ul>
<li>[新增] transfer 组件 modelValue (v-model) 属性。</li>
<li>[新增] transfer 组件 change 事件, 在左右转移数据时回调。</li>
<li>[修复] rate 组件 modelValue 值缺少响应式的问题。</li>
<li>[修复] transfer 组件 showSearch 为 true 时, 无法搜索的问题。</li>
<li>[修复] menu 组件 横向模式 点击菜单项只能关闭当前层级的问题。</li>
<li>[优化] menu 组件 横向模式 子菜单的触发方式为 hover。</li>
</ul>
</li>
</ul>