You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/06/30 07:11:59 UTC

[incubator-echarts-doc] branch live-example updated: fix not redirect to default page bug

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch live-example
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/live-example by this push:
     new ef12307  fix not redirect to default page bug
ef12307 is described below

commit ef1230775519c7c979700c591f2b4c050bc8a13a
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jun 30 15:11:48 2020 +0800

    fix not redirect to default page bug
---
 src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.vue b/src/App.vue
index 72dcb8c..81c799d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -25,7 +25,7 @@
         <el-main>
             <SearchResult v-if="shared.fuzzySearch"></SearchResult>
             <!-- Always create a new component if page is changed -->
-            <DocContent v-else-if="shared.currentPath" :key="pagePath"></DocContent>
+            <DocContent v-else :key="pagePath"></DocContent>
             <!--  <Home v-else></Home> -->
         </el-main>
     </el-container>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org