Skip to content

Commit b977434

Browse files
authored
Pinning the version of Vue to 3.5.21 because of bugs encountered in later releases
1 parent 5303864 commit b977434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<link href="https://cdn.jsdelivr.org/npm/@mdi/font/css/materialdesignicons.min.css" rel="stylesheet" rel="preload">
8181

8282
<!-- Keep the order, vue should be the first -->
83-
<script src="https://cdn.jsdelivr.org/npm/vue/dist/vue.global.prod.min.js"></script>
83+
<script src="https://cdn.jsdelivr.org/npm/vue@3.5.21/dist/vue.global.prod.min.js"></script>
8484

8585
<!-- Vuetify -->
8686
<script src="https://cdn.jsdelivr.org/npm/vuetify/dist/vuetify.js"></script>

0 commit comments

Comments
 (0)