Merge pull request #95 from willnewii/patch-1

Update operation.vue
This commit is contained in:
Aresn 2016-11-23 12:43:33 +08:00 committed by GitHub
commit d2e82cd7f6

View file

@ -13,6 +13,7 @@
import Icon from '../icon/icon.vue'; import Icon from '../icon/icon.vue';
export default { export default {
components: { iButton, Icon },
props: { props: {
prefixCls: String, prefixCls: String,
operations: Array, operations: Array,
@ -28,4 +29,4 @@
} }
} }
} }
</script> </script>