From b31aab71d2ed03bd1db42418f6fec373334ec736 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Tue, 24 Oct 2017 18:14:22 +0800 Subject: [PATCH] Tree add async loading --- examples/routers/tree.vue | 36 +++++++++++++++++++++++------------- src/components/tree/node.vue | 36 ++++++++++++++++++++++++++++++------ src/components/tree/tree.vue | 3 +++ src/styles/components/tree.less | 12 ++++++------ 4 files changed, 62 insertions(+), 25 deletions(-) diff --git a/examples/routers/tree.vue b/examples/routers/tree.vue index af32364..6bbc059 100644 --- a/examples/routers/tree.vue +++ b/examples/routers/tree.vue @@ -1,6 +1,6 @@