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

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


The following commit(s) were added to refs/heads/release by this push:
     new 6fad3ce  fix default page on mobile
6fad3ce is described below

commit 6fad3ce39f20af2b87cbcef6dddb20e64cbe9708
Author: pissang <[email protected]>
AuthorDate: Fri Jan 3 12:59:18 2020 +0800

    fix default page on mobile
---
 src/AppMobile.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/AppMobile.vue b/src/AppMobile.vue
index 84b0f16..1010d9c 100644
--- a/src/AppMobile.vue
+++ b/src/AppMobile.vue
@@ -38,8 +38,8 @@
         <transition>
             <SearchResult v-if="shared.fuzzySearch"></SearchResult>
             <!-- Always create a new component if page is changed -->
-            <DocContent v-else-if="shared.currentPath" 
:key="pagePath"></DocContent>
-            <Home v-else></Home>
+            <DocContent v-else :key="pagePath"></DocContent>
+            <!-- <Home v-else></Home> -->
         </transition>
         <div class="doc-breadcrumb" v-if="pagePathParts.length > 1">
             <a :key="item.link" v-for="item in pagePathParts" :href="'#' + 
item.link">{{item.text}}</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to