💻 | Working so hard on the design review

This commit is contained in:
2021-04-02 21:58:07 +02:00
parent ca8e80af4b
commit 08599b09d1
47 changed files with 1036 additions and 1609 deletions

7
src/plugins/i18n.ts Normal file
View File

@@ -0,0 +1,7 @@
import {Context} from "@nuxt/types";
export default function ({ app }: Context) {
app.i18n.onLanguageSwitched = async () => {
await window.$nuxt.refresh()
}
}