From f5026c57fd71ea535ea4b6418b6224f5ce8abc74 Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Mon, 20 Dec 2021 22:10:33 +0800 Subject: [PATCH] update --- README.en.md | 4 +++- README.md | 4 +++- README.zh-TW.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 1424b3404..d7a8bcae2 100644 --- a/README.en.md +++ b/README.en.md @@ -97,13 +97,15 @@ Vue.use(VXETable) ### CDN +It is not recommended to use the public CDN address for production, because the connection may fail at any time, causing the project to hang up; +Remember to lock the version number by using CDN to avoid being affected by incompatible updates. + ```HTML - ``` ## Example diff --git a/README.md b/README.md index bf55acb14..992dab609 100644 --- a/README.md +++ b/README.md @@ -101,13 +101,15 @@ Vue.use(VXETable) ### CDN +不建议将公共的 CDN 地址用于生产,因为该连接随时都可能会失效,导致项目挂掉; +使用 CDN 方式记得锁定版本号,避免受到非兼容性更新的影响 + ```HTML - ``` ## 示例 diff --git a/README.zh-TW.md b/README.zh-TW.md index 2351155f8..55f10aaf8 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -101,13 +101,15 @@ Vue.use(VXETable) ### CDN +不建議將公共的CDN地址用於生產,因為該連接隨時都可能會失效,導致項目掛掉; +使用CDN管道記得鎖定版本號,避免受到非相容性更新的影響 + ```HTML - ``` ## 示例