From e89e7d772752891cdd14eb324b0aa4b782e1b21f Mon Sep 17 00:00:00 2001 From: li kesong Date: Tue, 22 Feb 2022 23:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9vue=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E4=B8=BA2.6.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Common/LinkUrl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';