Skip to content

Commit

Permalink
fix(Windows): Broken styles on Windows. Closes #140
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Mar 3, 2021
1 parent a51ee20 commit b5df09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
htmlAttrs: { lang: i18n.t("App.metaInfo.lang") },
title: i18n.t("App.metaInfo.title"),
meta: [
{ charset: "UTF-8" },
{ charset: "utf-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1.0" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{ name: "description", content: i18n.t("App.metaInfo.description") },
Expand Down

0 comments on commit b5df09f

Please sign in to comment.