📝(all): 更新日志
更新文档
This commit is contained in:
parent
5b8dbe74ea
commit
56cfd1bef0
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "1.1.7-alpha.1",
|
"version": "1.1.7-alpha.3",
|
||||||
"author": "就眠儀式",
|
"author": "就眠儀式",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
|
@ -160,6 +160,7 @@ const throttle = (func: Function, wait: number) => {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.lay-aside {
|
.lay-aside {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -11,6 +11,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<lay-timeline>
|
<lay-timeline>
|
||||||
<lay-timeline-item title="1.1.x">
|
<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>
|
<ul>
|
||||||
<a name="1-1-6"></a>
|
<a name="1-1-6"></a>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user