📝(all): 更新日志

更新文档
This commit is contained in:
就眠儀式 2022-06-13 16:57:59 +08:00
parent 5b8dbe74ea
commit 56cfd1bef0
3 changed files with 13 additions and 1 deletions

View File

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

View File

@ -160,6 +160,7 @@ const throttle = (func: Function, wait: number) => {
};
};
</script>
<style lang="less" scoped>
.lay-aside {
position: fixed;

View File

@ -11,6 +11,17 @@
<template>
<lay-timeline>
<lay-timeline-item title="1.1.x">
<ul>
<a name="1-1-7"></a>
<li>
<h3>1.1.7 <span class="layui-badge-rim">2022-06-13</span></h3>
<ul>
<li>[新增] upload 组件 default 插槽, 允许自定义上传入口</li>
<li>[新增] table 组件 max-height 与 height 属性, 超出指定高度标题固定</li>
<li>[修复] table 组件 按需加载 时, 内置 checkbox 无法正常解析</li>
</ul>
</li>
</ul>
<ul>
<a name="1-1-6"></a>
<li>