We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5303864 commit b977434Copy full SHA for b977434
index.html
@@ -80,7 +80,7 @@
80
<link href="https://cdn.jsdelivr.org/npm/@mdi/font/css/materialdesignicons.min.css" rel="stylesheet" rel="preload">
81
82
<!-- Keep the order, vue should be the first -->
83
- <script src="https://cdn.jsdelivr.org/npm/vue/dist/vue.global.prod.min.js"></script>
+ <script src="https://cdn.jsdelivr.org/npm/vue@3.5.21/dist/vue.global.prod.min.js"></script>
84
85
<!-- Vuetify -->
86
<script src="https://cdn.jsdelivr.org/npm/vuetify/dist/vuetify.js"></script>
0 commit comments