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 7a5cc17f chore: update element-ui lib version
7a5cc17f is described below
commit 7a5cc17f4ee6f1229caad5f87e4685faf9870ef0
Author: plainheart <[email protected]>
AuthorDate: Thu Jun 29 14:29:08 2023 +0800
chore: update element-ui lib version
---
config/common.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/common.js b/config/common.js
index 127e227b..0e063149 100644
--- a/config/common.js
+++ b/config/common.js
@@ -19,8 +19,8 @@ module.exports = {
// CDN for doc
vueJS: 'https://fastly.jsdelivr.net/npm/[email protected]/dist/vue.min.js',
- elementUIJS:
'https://fastly.jsdelivr.net/npm/[email protected]/lib/index.js',
- elementUICSS:
'https://fastly.jsdelivr.net/npm/[email protected]/lib/theme-chalk/index.css',
+ elementUIJS:
'https://fastly.jsdelivr.net/npm/[email protected]/lib/index.js',
+ elementUICSS:
'https://fastly.jsdelivr.net/npm/[email protected]/lib/theme-chalk/index.css',
codeMirrorJS:
'https://fastly.jsdelivr.net/npm/[email protected]/lib/codemirror.min.js',
codeMirrorJSModeJS:
'https://fastly.jsdelivr.net/npm/[email protected]/mode/javascript/javascript.js',
beautifierJS:
'https://fastly.jsdelivr.net/npm/[email protected]/js/lib/beautifier.min.js',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]