rebuild Tree component
This commit is contained in:
梁灏 2017-03-24 23:14:10 +08:00
parent 3c145e6ffe
commit 53754a3185
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<Tree :data="baseData" @on-select-change="handleSelectChange" show-checkbox></Tree>
<Tree :data="baseData" @on-check-change="handleSelectChange" show-checkbox></Tree>
</template>
<script>
export default {