diff --git a/src/components/button/button.vue b/src/components/button/button.vue index 7413b6f3..c22dd582 100644 --- a/src/components/button/button.vue +++ b/src/components/button/button.vue @@ -1,7 +1,7 @@ @@ -62,17 +62,6 @@ [`${prefixCls}-icon-only`]: !this.showSlot && (!!this.icon || this.loading) } ] - }, - loadingIconClasses () { - return `${iconPrefixCls} ivu-load-loop ${iconPrefixCls}-load-c`; - }, - typeIconClasses () { - return [ - `${iconPrefixCls}`, - { - [`${iconPrefixCls}-${this.icon}`]: !!this.icon - } - ] } }, compiled () {