UNPKG

yyzone-bip

Version:

升级新的ui标准后的yyzone库

16 lines (14 loc) 378 B
import TreeNode from '../tree/tree-node' export default { components: { TreeNode }, methods: { handleExpand(isExpand, data) { this.$emit('handleExpand', isExpand, data || this.data) }, handleChecked(isChecked, data) { this.$emit('handleChecked', isChecked, data || this.data) } } }