Skip to content

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ahua52 committed Dec 19, 2016
1 parent 84cbbd9 commit 9dd5724
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -25,5 +25,4 @@ _site
sea-modules
spm_modules
.cache
dist
coverage
2 changes: 1 addition & 1 deletion build/Alert.css
Expand Up @@ -14,7 +14,7 @@
/* gridlayout */
/* menu */
/* Alert */
/* CHECKBOX */
/* Checkbox */
/* Radio */
/* Switch */
/* loading */
Expand Down
1 change: 0 additions & 1 deletion demo/AlertDemo.scss
@@ -1,5 +1,4 @@
@import "../node_modules/tinper-bee-core/scss/index.scss";
@import "../node_modules/bee-button/src/button.scss";
@import "../src/Alert.scss";
@import "../node_modules/bee-panel/src/Panel.scss";
@import "../node_modules/bee-layout/src/Layout.scss";
Expand Down
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -10,8 +10,8 @@
|:--|:---:|:--:|---:|
|className|类名|string|-|
|colors|oneOf:`info` `news` `success` `danger` `warning`|string|`warning`|
|controlLabel|关闭按钮文字|string||
|onDismiss|关闭alert触发的方法|func||
|controlLabel|关闭按钮文字|string|-|
|onDismiss|关闭alert触发的方法|func|-|



0 comments on commit 9dd5724

Please sign in to comment.