mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-15 20:58:23 +00:00
Update main.js
This commit is contained in:
parent
38a404ddb7
commit
2f2b611f0e
@ -54,7 +54,7 @@ TimeAgo.addDefaultLocale(en);
|
|||||||
|
|
||||||
import { createI18n } from "vue-i18n";
|
import { createI18n } from "vue-i18n";
|
||||||
import enLocale from "@/locales/en.json";
|
import enLocale from "@/locales/en.json";
|
||||||
import "@unocss/reset/tailwind.css";
|
// import "@unocss/reset/tailwind.css";
|
||||||
import "uno.css";
|
import "uno.css";
|
||||||
|
|
||||||
const timeAgo = new TimeAgo("en-US");
|
const timeAgo = new TimeAgo("en-US");
|
||||||
@ -285,3 +285,8 @@ app.use(router);
|
|||||||
app.mixin(mixin);
|
app.mixin(mixin);
|
||||||
app.component("FontAwesomeIcon", FontAwesomeIcon);
|
app.component("FontAwesomeIcon", FontAwesomeIcon);
|
||||||
app.mount("#app");
|
app.mount("#app");
|
||||||
|
|
||||||
|
/*EFY UI*/
|
||||||
|
import "../efy/efy.css";
|
||||||
|
import "../efy/piped.css";
|
||||||
|
import "../efy/efy.js";
|
||||||
|
Loading…
Reference in New Issue
Block a user