Skip to content

Commit 3dbdc24

Browse files
authored
Merge pull request #11 from catsystems/fix-icons
Fix icons in built app
2 parents c2e9fc4 + ef6f569 commit 3dbdc24

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
},
2020
"devDependencies": {
2121
"@babel/eslint-parser": "^7.19.1",
22-
"@mdi/font": "^7.1.96",
2322
"@vue/cli-plugin-babel": "^5.0.8",
2423
"@vue/cli-plugin-eslint": "^5.0.8",
2524
"@vue/cli-plugin-router": "^5.0.8",

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title><%= htmlWebpackPlugin.options.title %></title>
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css" />
89
</head>
910
<body>
1011
<noscript>

src/plugins/vuetify.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Vue from "vue";
22
import Vuetify from "vuetify/lib/framework";
33
import colors from "vuetify/lib/util/colors";
4-
import "@mdi/font/css/materialdesignicons.css";
54

65
Vue.use(Vuetify);
76

0 commit comments

Comments
 (0)