✨(table): tableCheckedKeys 加入半选状态
更新文档
This commit is contained in:
@@ -207,7 +207,7 @@ function handleClick(node) {
|
||||
<script setup>
|
||||
import { ref } from 'vue';
|
||||
|
||||
const checkedKeys = ref([])
|
||||
const checkedKeys = ref([30,31])
|
||||
const showCheckbox = ref(true)
|
||||
</script>
|
||||
|
||||
|
||||
@@ -14,13 +14,14 @@
|
||||
<ul>
|
||||
<a name="1-1-8"></a>
|
||||
<li>
|
||||
<h3>1.1.8 <span class="layui-badge-rim">2022-06-18</span></h3>
|
||||
<h3>1.1.8 <span class="layui-badge-rim">2022-06-19</span></h3>
|
||||
<ul>
|
||||
<li>[新增] checkbox 组件 is-indeterminate 属性, 用于展示半选状态</li>
|
||||
<li>[新增] layui-vue-helper 插件, 用于 Visual Studio Code 辅助开发</li>
|
||||
<li>[新增] textarea 组件 show-count 属性, 用于展示输入长度与 max-length</li>
|
||||
<li>[修复] carousel 组件加载时无法获取 carousel-item 轮播项</li>
|
||||
<li>[修复] input-number 组件 modelValue 属性类型错误</li>
|
||||
<li>[修复] checkbox 组件 夜间模式 选中状态异常</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user