fixed #612
This commit is contained in:
parent
2f8104a321
commit
64633e8c84
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue