File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
37
37
< title > Chatbot</ title >
38
38
39
+ <!-- CSS -->
40
+ < link href ="https://gcore.jsdelivr.net/npm/vuetify/dist/vuetify.css " rel ="stylesheet ">
41
+ < link href =" https://gcore.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css " rel ="stylesheet ">
42
+
39
43
<!-- Keep the order, vue should be the first -->
40
44
< script src ="https://gcore.jsdelivr.net/npm/vue/dist/vue.global.prod.min.js "> </ script >
41
45
42
46
<!-- Vuetify -->
43
- < link href ="https://gcore.jsdelivr.net/npm/vuetify/dist/vuetify.css " rel ="stylesheet ">
44
47
< script src ="https://gcore.jsdelivr.net/npm/vuetify/dist/vuetify.js "> </ script >
45
48
46
49
<!-- Pinia -->
50
53
< script src ="https://gcore.jsdelivr.net/npm/pinia-plugin-persist/dist/pinia-persist.umd.min.js "> </ script >
51
54
52
55
<!-- MD -->
53
- < script src =" https://gcore.jsdelivr.net/npm/md-editor-v3/lib/umd/index.min.js "> </ script >
54
56
< link href =" https://gcore.jsdelivr.net/npm/md-editor-v3/lib/style.min.css " rel ="stylesheet ">
55
-
56
- <!-- Icon -->
57
- < link href =" https://gcore.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css " rel ="stylesheet ">
57
+ < script src =" https://gcore.jsdelivr.net/npm/md-editor-v3/lib/umd/index.min.js "> </ script >
58
58
59
59
<!-- Lottie -->
60
60
< script src =" https://gcore.jsdelivr.net/npm/lottie-web/build/player/lottie.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments