update Rate

update Rate @huixisheng
This commit is contained in:
梁灏 2017-03-03 11:00:11 +08:00
parent 743d027897
commit e2c6ff2b67
3 changed files with 19 additions and 51 deletions

View file

@ -30,14 +30,14 @@
import Icon from '../icon/icon.vue';
import Checkbox from '../checkbox/checkbox.vue';
import { t } from '../../locale';
import emitter from '../../mixins/emitter';
import Emitter from '../../mixins/emitter';
const prefixCls = 'ivu-tree';
export default {
name: 'Tree',
components: { Icon, Checkbox },
mixins: [ emitter ],
mixins: [ Emitter ],
props: {
value: {
type: Array,