diff --git a/src/components/transfer/operation.vue b/src/components/transfer/operation.vue index 0734f922..085f8539 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 @@ } } } - \ No newline at end of file +