Update operation.vue

缺少components.
This commit is contained in:
诗人的咸鱼 2016-11-23 11:32:04 +08:00 committed by GitHub
parent 727b795cd3
commit 53f5de96d0

View file

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