This commit is contained in:
梁灏 2017-04-07 11:29:31 +08:00
parent 2f8104a321
commit 64633e8c84

View file

@ -26,6 +26,7 @@
</template>
<script>
import Checkbox from '../checkbox/checkbox.vue';
import Icon from '../icon/icon.vue';
import Emitter from '../../mixins/emitter';
import { findComponentsDownward } from '../../utils/assist';
@ -34,7 +35,7 @@
export default {
name: 'TreeNode',
mixins: [ Emitter ],
components: { Checkbox },
components: { Checkbox, Icon },
props: {
data: {
type: Object,