From b31aab71d2ed03bd1db42418f6fec373334ec736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= 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 af323643..6bbc0590 100644 --- a/examples/routers/tree.vue +++ b/examples/routers/tree.vue @@ -1,6 +1,6 @@