#1: added Twemoji Country Flags

This commit is contained in:
Elmar Kresse
2024-04-25 11:54:24 +02:00
parent 5bf2dbcc7a
commit 0bd6b35e8f
9 changed files with 22 additions and 11 deletions

View File

@@ -55,6 +55,9 @@ import Skeleton from "primevue/skeleton";
import Calendar from "primevue/calendar";
import i18n from "./i18n";
import { VueQueryPlugin } from "@tanstack/vue-query";
import { polyfillCountryFlagEmojis } from "country-flag-emoji-polyfill";
polyfillCountryFlagEmojis();
const app = createApp(App);
const pinia = createPinia();