docs: 更新日志
This commit is contained in:
parent
4274a280de
commit
7f88337182
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4-alpha.1",
|
||||||
"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",
|
||||||
"homepage": "http://wwww.layui-vue.com",
|
"homepage": "http://www.layui-vue.com",
|
||||||
"main": "es/index.js",
|
"main": "es/index.js",
|
||||||
"unpkg": "umd/index.js",
|
"unpkg": "umd/index.js",
|
||||||
"jsdelivr": "umd/index.js",
|
"jsdelivr": "umd/index.js",
|
||||||
|
@ -260,18 +260,20 @@ export default {
|
|||||||
customSlot:"password",
|
customSlot:"password",
|
||||||
key:"password",
|
key:"password",
|
||||||
align: "center"
|
align: "center"
|
||||||
},{
|
},
|
||||||
title:"操作",
|
{
|
||||||
width: "180px",
|
|
||||||
customSlot:"operator",
|
|
||||||
key:"operator"
|
|
||||||
},{
|
|
||||||
title:"年龄",
|
title:"年龄",
|
||||||
width: "180px",
|
width: "180px",
|
||||||
key:"age",
|
key:"age",
|
||||||
sort: true,
|
sort: true,
|
||||||
align: "right"
|
align: "right"
|
||||||
}
|
}
|
||||||
|
,{
|
||||||
|
title:"操作",
|
||||||
|
width: "180px",
|
||||||
|
customSlot:"operator",
|
||||||
|
key:"operator"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
const dataSource5 = [
|
const dataSource5 = [
|
||||||
|
@ -11,7 +11,16 @@
|
|||||||
<template>
|
<template>
|
||||||
<lay-timeline>
|
<lay-timeline>
|
||||||
<lay-timeline-item title="1.0.x">
|
<lay-timeline-item title="1.0.x">
|
||||||
<ul>
|
<ul>
|
||||||
|
<a name="1-0-3"> </a>
|
||||||
|
<li>
|
||||||
|
<h3>1.0.4 <span class="layui-badge-rim">2022-04-17</span></h3>
|
||||||
|
<ul>
|
||||||
|
<li>[修复] table 组件 columns 配置 width 属性不生效。</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
<a name="1-0-3"> </a>
|
<a name="1-0-3"> </a>
|
||||||
<li>
|
<li>
|
||||||
<h3>1.0.3 <span class="layui-badge-rim">2022-04-17</span></h3>
|
<h3>1.0.3 <span class="layui-badge-rim">2022-04-17</span></h3>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@layui/icons-vue",
|
"name": "@layui/icons-vue",
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
"homepage": "http://wwww.layui-vue.com",
|
"homepage": "http://www.layui-vue.com",
|
||||||
"module": "lib/icons-vue.es.js",
|
"module": "lib/icons-vue.es.js",
|
||||||
"main": "lib/icons-vue.umd.js",
|
"main": "lib/icons-vue.umd.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@layui/layer-vue",
|
"name": "@layui/layer-vue",
|
||||||
"version": "1.3.11",
|
"version": "1.3.11",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
"homepage": "http://wwww.layui-vue.com",
|
"homepage": "http://www.layui-vue.com",
|
||||||
"module": "lib/layer-vue.es.js",
|
"module": "lib/layer-vue.es.js",
|
||||||
"main": "lib/layer-vue.umd.js",
|
"main": "lib/layer-vue.umd.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user