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/12/08 08:22:52 UTC

[incubator-echarts-doc] branch next updated: fix desc in popup

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

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


The following commit(s) were added to refs/heads/next by this push:
     new 8722a58  fix desc in popup
8722a58 is described below

commit 8722a582c6dab1eab385aba3fc3335cced60897d
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Dec 8 16:22:36 2020 +0800

    fix desc in popup
---
 src/components/PropertiesList.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/PropertiesList.vue b/src/components/PropertiesList.vue
index fa5ff0e..4e7118e 100644
--- a/src/components/PropertiesList.vue
+++ b/src/components/PropertiesList.vue
@@ -45,7 +45,7 @@ export default {
 
     methods: {
         getDesc(path) {
-            return this.descMap[path];
+            return this.descMap[path] && this.descMap[path].desc;
         },
 
         getName(path) {


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