From 4deadf435d60709ac90bb7d9989f741883b2005b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8B=E6=96=97=E5=B0=8F=E7=8E=8B=E5=AD=90?= Date: Wed, 12 Oct 2022 07:48:30 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/Http/Pages/ServerPage.php.=20vue?= =?UTF-8?q?=E8=A6=81=E7=BB=91=E5=AE=9A2.0=E7=89=88=E6=9C=AC=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E7=84=B6=E6=97=A0=E6=B3=95=E5=8A=A0=E8=BD=BDvuejs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Http/Pages/ServerPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Pages/ServerPage.php b/src/Http/Pages/ServerPage.php index 77ebb7e..ff4de93 100644 --- a/src/Http/Pages/ServerPage.php +++ b/src/Http/Pages/ServerPage.php @@ -10,7 +10,7 @@ use Illuminate\Contracts\Support\Renderable; class ServerPage implements Renderable { public static $js = [ - 'https://unpkg.com/vue/dist/vue.js', + 'https://unpkg.com/vue@2/dist/vue.js', 'https://unpkg.com/element-ui/lib/index.js', 'https://unpkg.com/axios/dist/axios.min.js', 'https://cdn.jsdelivr.net/npm/echarts@5.2.2/dist/echarts.min.js', -- Gitee