diff --git a/src/button/README.md b/src/button/README.md index 85be36de4..9e4a97523 100644 --- a/src/button/README.md +++ b/src/button/README.md @@ -25,21 +25,21 @@ Vue.use(Button); ```html Primary -Danger +Danger ``` ### Hairline ```html Hairline -Hairline +Hairline ``` ### Disabled ```html Diabled -Diabled +Diabled ``` ### Loading @@ -47,14 +47,14 @@ Vue.use(Button); ```html - + ``` ### Shape ```html Square -Round +Round ``` ### Icon @@ -62,7 +62,7 @@ Vue.use(Button); ```html Button -Button +Button ``` ### Size diff --git a/src/button/README.zh-CN.md b/src/button/README.zh-CN.md index c20611762..905216b36 100644 --- a/src/button/README.zh-CN.md +++ b/src/button/README.zh-CN.md @@ -29,7 +29,7 @@ Vue.use(Button); ```html 朴素按钮 -朴素按钮 +朴素按钮 ``` ### 细边框 @@ -38,7 +38,7 @@ Vue.use(Button); ```html 细边框按钮 -细边框按钮 +细边框按钮 ``` ### 禁用状态 @@ -47,7 +47,7 @@ Vue.use(Button); ```html 禁用状态 -禁用状态 +禁用状态 ``` ### 加载状态 @@ -57,7 +57,7 @@ Vue.use(Button); ```html - + ``` ### 按钮形状 @@ -66,7 +66,7 @@ Vue.use(Button); ```html 方形按钮 -圆形按钮 +圆形按钮 ``` ### 图标按钮 @@ -76,7 +76,7 @@ Vue.use(Button); ```html 按钮 -按钮 +按钮 ``` ### 按钮尺寸 diff --git a/src/button/demo/index.vue b/src/button/demo/index.vue index 2aac44bd1..e6ef41a50 100644 --- a/src/button/demo/index.vue +++ b/src/button/demo/index.vue @@ -11,86 +11,34 @@ - - + + - - + + - - + + - - - + + + - - + + - - + + - - {{ $t('large') }} - - - {{ $t('normal') }} - - - {{ $t('small') }} - - - {{ $t('mini') }} - + {{ $t('large') }} + {{ $t('normal') }} + {{ $t('small') }} + {{ $t('mini') }} - - + + - - + + @@ -213,7 +126,7 @@ export default {