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
a2d16f7e10
commit
5b9e0e90a4
10
src/main.js
10
src/main.js
@ -267,6 +267,11 @@ const mixin = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*EFY UI*/
|
||||||
|
import "../efy/efy.css";
|
||||||
|
import "../efy/piped.css";
|
||||||
|
import "../efy/efy.js";
|
||||||
|
|
||||||
const i18n = createI18n({
|
const i18n = createI18n({
|
||||||
globalInjection: true,
|
globalInjection: true,
|
||||||
legacy: false,
|
legacy: false,
|
||||||
@ -285,8 +290,3 @@ 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