✨(component): 发布 1.7.9 版本
This commit is contained in:
parent
729a642b78
commit
d97ad261f3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "1.7.9-alpha.2",
|
"version": "1.7.9",
|
||||||
"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",
|
||||||
|
@ -26,17 +26,14 @@ export default {
|
|||||||
{
|
{
|
||||||
title:"账户",
|
title:"账户",
|
||||||
width:"200px",
|
width:"200px",
|
||||||
align: "right",
|
|
||||||
key:"username"
|
key:"username"
|
||||||
},{
|
},{
|
||||||
title:"密码",
|
title:"密码",
|
||||||
width: "180px",
|
width: "180px",
|
||||||
align: "center",
|
|
||||||
key:"password"
|
key:"password"
|
||||||
},{
|
},{
|
||||||
title:"年龄",
|
title:"年龄",
|
||||||
width: "180px",
|
width: "180px",
|
||||||
align: "center",
|
|
||||||
key:"age"
|
key:"age"
|
||||||
},{
|
},{
|
||||||
title:"备注",
|
title:"备注",
|
||||||
|
Loading…
Reference in New Issue
Block a user