mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
feat:#20 added Twemoji font for fix emoji
This commit is contained in:
@@ -57,8 +57,11 @@ import Calendar from "primevue/calendar";
|
||||
import i18n from "./i18n";
|
||||
import { VueQueryPlugin } from "@tanstack/vue-query";
|
||||
import { Router } from "vue-router";
|
||||
import { polyfillCountryFlagEmojis } from "country-flag-emoji-polyfill";
|
||||
|
||||
var router : Router;
|
||||
polyfillCountryFlagEmojis();
|
||||
|
||||
let router: Router;
|
||||
|
||||
export const createApp = ViteSSG(
|
||||
App,
|
||||
|
||||
Reference in New Issue
Block a user