Commit 3029549e40fefedf89bacc60f1c56384cd209cdb
1 parent
9817ce99
fixup
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/button/button.vue
@@ -10,7 +10,6 @@ | @@ -10,7 +10,6 @@ | ||
10 | import { oneOf } from '../../utils/assist'; | 10 | import { oneOf } from '../../utils/assist'; |
11 | 11 | ||
12 | const prefixCls = 'ivu-btn'; | 12 | const prefixCls = 'ivu-btn'; |
13 | - const iconPrefixCls = 'ivu-icon'; | ||
14 | 13 | ||
15 | export default { | 14 | export default { |
16 | components: { Icon }, | 15 | components: { Icon }, |