Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit dc994c7

Browse files
authored
Merge pull request #17 from LKaemmerling/patch-1
Use minified VueJS CDN Version
2 parents 17e0b2b + c09b616 commit dc994c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/dashboard.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
1010
crossorigin="anonymous"></script>
1111
<script src="https://js.pusher.com/4.3/pusher.min.js"></script>
12-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
1313
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
1414
</head>
1515

@@ -246,4 +246,4 @@
246246
});
247247
</script>
248248
</body>
249-
</html>
249+
</html>

0 commit comments

Comments
 (0)