diff --git a/src/components/transfer/operation.vue b/src/components/transfer/operation.vue
index 0734f92..085f853 100644
--- a/src/components/transfer/operation.vue
+++ b/src/components/transfer/operation.vue
@@ -13,6 +13,7 @@
     import Icon from '../icon/icon.vue';
 
     export default {
+        components: { iButton, Icon },
         props: {
             prefixCls: String,
             operations: Array,
@@ -28,4 +29,4 @@
             }
         }
     }
-</script>
\ No newline at end of file
+</script>
--
libgit2 0.21.4