diff --git a/src/Http/Pages/ServerPage.php b/src/Http/Pages/ServerPage.php index 77ebb7e0f97a13b71c517d4ea7a038ed3ed81447..ff4de93ad52d0b65526be128f08da8bacf89141b 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',