mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 方式引入的用户在链接地址上锁定版本,避免受到非兼容性更新的影响 -->
|
||||
```
|
||||
|
||||
## 示例
|
||||
|
||||
@@ -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 管道引入的用戶在連結位址上鎖定版本,避免受到非相容性更新的影響 -->
|
||||
```
|
||||
|
||||
## 示例
|
||||
|
||||
Reference in New Issue
Block a user