File tree 4 files changed +38
-15
lines changed 4 files changed +38
-15
lines changed Original file line number Diff line number Diff line change 1
1
# vue-layui
2
- 去年没有时间进行开发,加上自己水平过低,暂缓了一阵,从今天开始继续。
3
- 开发中...
2
+ 去年没有时间进行开发,加上自己水平过低,暂缓了一阵,从今天开始继续。
3
+ 208/8/27
4
4
5
- 基于 layui 2.3.0版本
6
- 208/8/27
5
+ 版本 开发中...
6
+
7
+ 基于 [ layui] ( https://github.com/sentsin/layui/ ) 2.3.0版本
8
+
9
+
10
+
11
+ ### 已完成的组件
12
+ ```
13
+ LayRow,
14
+ LayCol,
15
+ LayContainer,
16
+ LayButton,
17
+ LayButtonContainer,
18
+ LayButtonGroup,
19
+ LayMenu,
20
+ LayMenuItem,
21
+ LayMenuChildItem,
22
+ LayAdmin,
23
+ LayHeader,
24
+ LayLogo,
25
+ LaySide,
26
+ LayBody,
27
+ LayFooter,
28
+ LayBlock,
29
+ ```
Original file line number Diff line number Diff line change 46
46
<lay-side >
47
47
<lay-menu :default-openeds =" [0]" >
48
48
<lay-menu-item :index =" 0" >
49
+ <template slot="title">
50
+ <span >开发测试</span >
51
+ </template >
52
+ <lay-menu-child-item title =" dev" :to =" {name: 'home'}" ></lay-menu-child-item >
53
+ <lay-menu-child-item title =" about" :to =" {name: 'about'}" ></lay-menu-child-item >
54
+ </lay-menu-item >
55
+ <lay-menu-item :index =" 1" >
49
56
<template slot="title">
50
57
<span >布局</span >
51
58
</template >
52
59
<lay-menu-child-item title =" 栅格" :to =" {name: 'grid'}" ></lay-menu-child-item >
53
60
<lay-menu-child-item title =" 后台布局" ></lay-menu-child-item >
54
- <lay-menu-child-item title =" home" :to =" {name: 'home'}" ></lay-menu-child-item >
55
- <lay-menu-child-item title =" about" :to =" {name: 'about'}" ></lay-menu-child-item >
61
+
56
62
</lay-menu-item >
57
- <lay-menu-item :index =" 1 " >
63
+ <lay-menu-item :index =" 2 " >
58
64
<template slot="title">
59
65
<span >基本元素</span >
60
66
</template >
61
67
<lay-menu-child-item title =" 按钮" :to =" {name: 'button'}" ></lay-menu-child-item >
62
- <lay-menu-child-item title =" test" ></lay-menu-child-item >
63
- <lay-menu-child-item title =" test" ></lay-menu-child-item >
64
- <lay-menu-child-item title =" test" ></lay-menu-child-item >
65
68
</lay-menu-item >
66
69
</lay-menu >
67
70
</lay-side >
Original file line number Diff line number Diff line change 84
84
85
85
<lay-block title =" 风格混搭的按钮" :border =" true" class =" site-demo-button" >
86
86
<lay-button item =" primary" size =" lg" :radius =" true" >大型加圆角按钮</lay-button >
87
- <lay-button url =" http ://www.baidu .com" >跳转的按钮</lay-button >
87
+ <lay-button url =" https ://www.jskou .com" >跳转的按钮</lay-button >
88
88
<lay-button item =" normal" size =" sm" icon =" layui-icon layui-icon-delete" >删除</lay-button >
89
89
90
90
<lay-button :disabled =" true" size =" xs" icon =" layui-icon layui-icon-share" >分享</lay-button >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
+ <h1 >当前展示的页面为开发中 可能存在严重bug 请点击其他模块预览</h1 >
3
4
<layui-hr color =" orange" ></layui-hr >
4
5
<layui-hr color =" green" ></layui-hr >
5
6
<layui-hr color =" cyan" ></layui-hr >
6
7
7
-
8
-
9
-
10
-
11
8
<layui-form >
12
9
<layui-form-item label =" 输入框" block >
13
10
<layui-input v-model =" input" placeholder =" 占位" ></layui-input >
You can’t perform that action at this time.
0 commit comments