From c09b6165570908d7c466a425daed1457ba382294 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?=
<4281581+LKaemmerling@users.noreply.github.com>
Date: Wed, 5 Dec 2018 14:22:16 +0100
Subject: [PATCH] Use minified VueJS CDN Version
This PR disable the Devmode by using the minified VueJS Version as mentioned in the docs:
https://vuejs.org/v2/guide/installation.html#CDN
---
resources/views/dashboard.blade.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php
index 4f13d57..2650848 100644
--- a/resources/views/dashboard.blade.php
+++ b/resources/views/dashboard.blade.php
@@ -9,7 +9,7 @@
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
-
+
@@ -246,4 +246,4 @@
});