forked from geolba/tethys.frontend
- add home-vie-component with all the logos
This commit is contained in:
parent
2cbe628d10
commit
8590fa755b
27 changed files with 787 additions and 463 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import "./assets/scss/main-styles.scss";
|
||||
import FontAwesomeIcon from "@/utilities/fontawesome";
|
||||
// import FontAwesomeIcon from "@/utilities/fontawesome";
|
||||
import router from "./router/index";
|
||||
import "@fortawesome/fontawesome-free/css/all.css";
|
||||
|
||||
createApp(App).use(router).component("fa", FontAwesomeIcon).mount("#app");
|
||||
createApp(App).use(router).mount("#app");
|
||||
// .component("fa", FontAwesomeIcon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue