You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/11/13 08:11:03 UTC

[incubator-echarts-handbook] branch master updated: chore(nav): en nav

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

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 61897a5  chore(nav): en nav
61897a5 is described below

commit 61897a508223a61766fa911790eafdd8b71259da
Author: Ovilia <zw...@gmail.com>
AuthorDate: Fri Nov 13 16:09:55 2020 +0800

    chore(nav): en nav
---
 components/partials/Navbar.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/partials/Navbar.vue b/components/partials/Navbar.vue
index 987df52..871f486 100644
--- a/components/partials/Navbar.vue
+++ b/components/partials/Navbar.vue
@@ -5,6 +5,7 @@
 <script lang="ts">
 import Vue from 'vue';
 import zhNav from './Navbar/zh';
+import enNav from './Navbar/zh';
 
 export default Vue.extend({
   components: {
@@ -14,7 +15,7 @@ export default Vue.extend({
     navContent() {
       return this.$store.state.locale === 'zh'
         ? zhNav
-        : '';
+        : enNav;
     }
   }
 });


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