mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Experiment with loading css synchronously.
This commit is contained in:
parent
43e69ff284
commit
b6d5fabeca
2 changed files with 10 additions and 11 deletions
|
@ -49,7 +49,7 @@ TimeAgo.addDefaultLocale(en);
|
|||
|
||||
import { createI18n } from "vue-i18n";
|
||||
import enLocale from "@/locales/en.json";
|
||||
import("windi.css");
|
||||
import "windi.css";
|
||||
|
||||
const timeAgo = new TimeAgo("en-US");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue