(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();