Commit d2e82cd7f68ccbe6a99c59c5c1aad55c988c2a86

Authored by Aresn
Committed by GitHub
2 parents 727b795c 53f5de96

Merge pull request #95 from willnewii/patch-1

Update operation.vue
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/components/transfer/operation.vue
... ... @@ -13,6 +13,7 @@
13 13 import Icon from '../icon/icon.vue';
14 14  
15 15 export default {
  16 + components: { iButton, Icon },
16 17 props: {
17 18 prefixCls: String,
18 19 operations: Array,
... ... @@ -28,4 +29,4 @@
28 29 }
29 30 }
30 31 }
31   -</script>
32 32 \ No newline at end of file
  33 +</script>
... ...