Skip to content

Commit

Permalink
Merge pull request #149 from antoinezanardi/v1.0.0-beta.11
Browse files Browse the repository at this point in the history
fix(Windows): Broken styles on Windows. Closes #140
  • Loading branch information
antoinezanardi authored Mar 3, 2021
2 parents 14073e0 + b5df09f commit 66de008
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 66de008

Please sign in to comment.