diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-04 21:02:22 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-04 21:02:32 +0300 |
| commit | 52614dc25c5ca0e3fd64ad4bad96debe0e53cb00 (patch) | |
| tree | 046f961fecbee5a0af118fadf9e633a402c5e135 /web/html/common/js.html | |
| parent | e77424a84603ba27ad80c42622f2b418dd77a3c4 (diff) | |
Upgrade antdv to 1.7.8 #1286
Diffstat (limited to 'web/html/common/js.html')
| -rw-r--r-- | web/html/common/js.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/js.html b/web/html/common/js.html index d400196b..e3fcdba9 100644 --- a/web/html/common/js.html +++ b/web/html/common/js.html @@ -1,7 +1,7 @@ {{define "js"}} <script src="{{ .base_path }}assets/vue@2.6.12/vue.min.js"></script> <script src="{{ .base_path }}assets/moment/moment.min.js"></script> -<script src="{{ .base_path }}assets/ant-design-vue@1.7.2/antd.min.js"></script> +<script src="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.js"></script> <script src="{{ .base_path }}assets/base64/base64.min.js"></script> <script src="{{ .base_path }}assets/axios/axios.min.js"></script> <script src="{{ .base_path }}assets/qs/qs.min.js"></script> |
