diff --git a/app/Admin/Common/LinkUrl.php b/app/Admin/Common/LinkUrl.php index 89b2155..86e30a2 100644 --- a/app/Admin/Common/LinkUrl.php +++ b/app/Admin/Common/LinkUrl.php @@ -9,7 +9,7 @@ class LinkUrl /** * js */ - const VUE_JS = 'https://cdn.jsdelivr.net/npm/vue'; + const VUE_JS = 'https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js'; //const ELEMENT_UI_JS = 'https://unpkg.com/element-ui/lib/index.js'; const ELEMENT_UI_JS = 'js/element.js';