diff --git a/examples/routers/tree.vue b/examples/routers/tree.vue index 7eb08214..37b93be0 100644 --- a/examples/routers/tree.vue +++ b/examples/routers/tree.vue @@ -5,6 +5,7 @@ export default { data () { return { + bd: [], baseData: [ { expand: true, diff --git a/src/components/tree/tree.vue b/src/components/tree/tree.vue index 05a2edfd..20694c75 100644 --- a/src/components/tree/tree.vue +++ b/src/components/tree/tree.vue @@ -8,6 +8,7 @@ :multiple="multiple" :show-checkbox="showCheckbox"> +
{{ emptyText }}