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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11b2a8b2 fix
11b2a8b2 is described below

commit 11b2a8b226d747b55144cd5c00c635f2d08a259c
Author: plainheart <[email protected]>
AuthorDate: Wed Feb 28 17:00:34 2024 +0800

    fix
---
 _jade/components/builder.jade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_jade/components/builder.jade b/_jade/components/builder.jade
index 3e929aeb..870d0c41 100644
--- a/_jade/components/builder.jade
+++ b/_jade/components/builder.jade
@@ -142,7 +142,7 @@ block extra_js
     script.
         var $versionsDom = document.querySelector('#versions'); 
 
-        fetch('#{pkgVersionListAPI}').then(res => res.json()).then(json => {
+        fetch('!{pkgVersionListAPI}').then(res => res.json()).then(json => {
             var versions = !{npmVersionFetcher};
             versions.filter(version => compareVersions(version, '3.8.0', '>') 
>= 0).forEach(version => {
                 const $optionDom = document.createElement('option');


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

Reply via email to