From 14aa41a400f85331cb0dc1f03ff5cb3fa69b59fd Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Mon, 14 Jun 2021 00:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A1=B5=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index d87bbf5..cd36113 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -126,7 +126,7 @@ class="link-tree shadow-2" :data="currentLinks" node-key="id" - empty-text="" + empty-text="没有查找到内容" :props="{ label: 'title', children: 'sub' }" :filter-node-method="searchLinkSubmit" :default-expand-all="false" @@ -148,7 +148,7 @@