Skip to content

Commit f7c69ba

Browse files
committed
doc: 添加 钉钉群二维码
1 parent a9bc77b commit f7c69ba

File tree

1 file changed

+6
-51
lines changed

1 file changed

+6
-51
lines changed

README.md

Lines changed: 6 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,20 @@
11
# vue-layui
22
这是一个基于vue的ui框架,引用了layui的样式(逻辑重新编写,非jquery)
33

4-
点击预览: [demo演示](http://vue-layui.jskou.com)
4+
点击预览: [文档和演示](http://vue-layui.jskou.com)
55

66
基于 [layui](https://github.com/sentsin/layui/) 2.4.0版本
77

8-
### 安装
8+
### Install
99
npm i vue-lay -S
1010

11-
### 引用
11+
### Quick Start
1212
import layui from 'vue-lay'
1313
import 'vue-lay/lib/vue-lay.css'
1414

1515
Vue.use(layui)
1616

17+
## DingDing
1718

18-
### 已完成的组件
19-
```
20-
LayRow,
21-
LayCol,
22-
LayContainer,
23-
LayButton,
24-
LayButtonContainer,
25-
LayButtonGroup,
26-
LayForm,
27-
LayFormItem,
28-
LayRadio,
29-
LayInput,
30-
LayCheckbox,
31-
LaySelect,
32-
LayTextarea,
33-
LayTabs,
34-
LayTabPane,
35-
LayLine,
36-
LayMenu,
37-
LayMenuItem,
38-
LayMenuChildItem,
39-
LayAdmin,
40-
LayHeader,
41-
LayLogo,
42-
LaySide,
43-
LayBody,
44-
LayFooter,
45-
LayBlock,
46-
LayBadge,
47-
LayBreadcrumb,
48-
LayBreadcrumbItem,
49-
LayProgress,
50-
LayCard,
51-
LayCollapse,
52-
LayCollapseItem,
53-
LayTimeline,
54-
LayTimelineItem,
55-
LayTable,
56-
LayTableColumn,
57-
LayAlert,
58-
LaySwitch,
59-
LayPagination,
60-
LayRate,
61-
LaySlider,
62-
LayCarousel,
63-
LayCarouselItem,
64-
LayColorPicker
65-
```
19+
钉钉群二维码
20+
<img src="https://cos.jskou.com/dingding.jpg" width="300">

0 commit comments

Comments
 (0)