From 90480a2af20637ddfe9d4a5f750b8e2ae36f0414 Mon Sep 17 00:00:00 2001 From: ZeonWang Date: Wed, 31 Mar 2021 20:13:15 +0800 Subject: [PATCH 1/3] fix(demo): downgrade docsify to specify version downgrade docsify make it compatible with vuep to show v-chart demo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9c4a9096..a549a82f 100644 --- a/index.html +++ b/index.html @@ -74,7 +74,7 @@ getVuepText() window.addEventListener('popstate', getVuepText) - + From adf90bfdc0a3eb31d9cd86a1f5994acbcff806d8 Mon Sep 17 00:00:00 2001 From: ZeonWang Date: Tue, 6 Apr 2021 11:14:12 +0800 Subject: [PATCH 2/3] fix: downgrade echarts to 4.9.0 for compatible liquid demo page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a549a82f..e2c0657e 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@ - + From ec74eca81f434f0f91c23ba86b68977ac74bd381 Mon Sep 17 00:00:00 2001 From: ZeonWang Date: Tue, 6 Apr 2021 11:15:39 +0800 Subject: [PATCH 3/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e2c0657e..25ef6cb1 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ ] window.VUEP_RESOURCE = [ "https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js", - "https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js", + "https://cdn.jsdelivr.net/npm/echarts@4.9.0/dist/echarts.min.js", "https://cdn.jsdelivr.net/npm/echarts-amap/dist/echarts-amap.min.js", "https://cdn.jsdelivr.net/npm/echarts/dist/extension/bmap.min.js", "https://cdn.jsdelivr.net/npm/echarts-liquidfill@2.0.2/dist/echarts-liquidfill.min.js",