Skip to content

Commit

Permalink
添加时间组件。
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcss committed Jul 12, 2017
1 parent bc84629 commit f16a7fe
Show file tree
Hide file tree
Showing 99 changed files with 1,815 additions and 187 deletions.
14 changes: 9 additions & 5 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
##### 问题描述
#### 问题描述

(简明扼要地描述一下问题)

##### 产生环境
#### 产生环境

- **使用版本:**
- **设备:**(手机、平板移动设备)
- **操作系统及版本:**
- **浏览器及版本:**
- **演示地址:**

##### 复现步奏
#### 提示错误信息

1.
2.
...
2. ...

#### 复现步骤

1.
2. ...
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2016 YDCSS Inc.
Copyright (c) 2015-2017 YDCSS Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<br>
<a href="//vue.ydui.org">
<a href="http://vue.ydui.org">
<img width="200" src="http://static.ydcss.com/ydui/img/logo.png">
</a>
<br>
Expand Down Expand Up @@ -36,6 +36,7 @@ jQuery version: <a href="http://www.ydui.org"> http://www.ydui.org </a>
* <a href="https://github.com/ElemeFE/mint-ui" target="_blank">[mint-ui]</a> (<a href="https://github.com/ElemeFE/mint-ui/blob/master/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/kimmobrunfeldt/progressbar.js" target="_blank">[progressbar.js]</a> (<a href="https://github.com/kimmobrunfeldt/progressbar.js/blob/master/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/daneden/animate.css" target="_blank">[animate.css]</a> (<a href="https://github.com/daneden/animate.css/blob/master/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/pbakaus/scroller" target="_blank">[scroller]</a> (<a href="https://github.com/pbakaus/scroller/blob/master/LICENSE.txt" target="_blank">[MIT License]</a>)

#### Developed with Open Source Licensed <a href="http://www.jetbrains.com/webstorm/" target="_blank">WebStorm</a>

Expand Down
3 changes: 2 additions & 1 deletion build/webpack.dist.components.px.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ module.exports = merge(distCommonWebpackConfig, {
"/lib.px/radio/index": "./src/components/radio/index.js",
"/lib.px/checkbox/index": "./src/components/checkbox/index.js",
"/lib.px/backtop/index": "./src/components/backtop/index.js",
"/lib.px/accordion/index": "./src/components/accordion/index.js"
"/lib.px/accordion/index": "./src/components/accordion/index.js",
"/lib.px/datetime/index": "./src/components/datetime/index.js"
},
module: {
loaders: [
Expand Down
3 changes: 2 additions & 1 deletion build/webpack.dist.components.rem.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = merge(distCommonWebpackConfig, {
"/lib.rem/radio/index": "./src/components/radio/index.js",
"/lib.rem/checkbox/index": "./src/components/checkbox/index.js",
"/lib.rem/backtop/index": "./src/components/backtop/index.js",
"/lib.rem/accordion/index": "./src/components/accordion/index.js"
"/lib.rem/accordion/index": "./src/components/accordion/index.js",
"/lib.rem/datetime/index": "./src/components/datetime/index.js"
}
});
4 changes: 2 additions & 2 deletions dist/lib.px/accordion/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f16a7fe

Please sign in to comment.