This commit is contained in:
xuliangzhan
2021-12-20 22:10:33 +08:00
parent 337fb1ea39
commit f5026c57fd
3 changed files with 9 additions and 3 deletions

View File

@@ -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
<!-- Style -->
<link rel="stylesheet" href="https://unpkg.com/vxe-table/lib/style.css">
<!-- Script -->
<script src="https://unpkg.com/xe-utils"></script>
<script src="https://unpkg.com/vxe-table"></script>
<!-- It is recommended that users introduced by CDN lock the version on the link address to avoid the impact of incompatible updates -->
```
## Example

View File

@@ -101,13 +101,15 @@ Vue.use(VXETable)
### CDN
不建议将公共的 CDN 地址用于生产,因为该连接随时都可能会失效,导致项目挂掉;
使用 CDN 方式记得锁定版本号,避免受到非兼容性更新的影响
```HTML
<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/vxe-table/lib/style.css">
<!-- 引入脚本 -->
<script src="https://unpkg.com/xe-utils"></script>
<script src="https://unpkg.com/vxe-table"></script>
<!-- 建议使用 CDN 方式引入的用户在链接地址上锁定版本,避免受到非兼容性更新的影响 -->
```
## 示例

View File

@@ -101,13 +101,15 @@ Vue.use(VXETable)
### CDN
不建議將公共的CDN地址用於生產因為該連接隨時都可能會失效導致項目掛掉
使用CDN管道記得鎖定版本號避免受到非相容性更新的影響
```HTML
<!-- 引入樣式 -->
<link rel="stylesheet" href="https://unpkg.com/vxe-table/lib/style.css">
<!-- 引入腳本 -->
<script src="https://unpkg.com/xe-utils"></script>
<script src="https://unpkg.com/vxe-table"></script>
<!-- 建議使用 CDN 管道引入的用戶在連結位址上鎖定版本,避免受到非相容性更新的影響 -->
```
## 示例