(component): 发布 1.6.4 版本

This commit is contained in:
就眠儀式 2022-10-09 22:22:50 +08:00
parent edd09ae971
commit e7c296264e
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -463,7 +463,7 @@ onMounted(() => {
tableBody.value?.addEventListener("transitionend", () => {
getScrollWidth();
})
});
window.onresize = () => {
getScrollWidth();

View File

@ -17,6 +17,7 @@
<h3>1.6.4 <span class="layui-badge-rim">2022-10-09</span></h3>
<ul>
<li>[修复] radio 组件 value 属性不兼容 number 类型而导致类型警告。</li>
<li>[修复] table 组件 .layui-table-body 增加过渡动画后, 修改 height 样式, 导致 header 错位。</li>
<li>[修复] select-option 组件在伴随 v-if 指令时导致无法正常渲染。</li>
</ul>
</li>