forked from geolba/tethys.frontend
- add font awesome
- add custom page styling
This commit is contained in:
parent
315f845292
commit
a4e8ee6f2e
7 changed files with 844 additions and 613 deletions
|
@ -1,5 +1,6 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import "./assets/scss/main-styles.scss";
|
||||
import FontAwesomeIcon from "@/utilities/fontawesome";
|
||||
|
||||
createApp(App).mount("#app");
|
||||
createApp(App).component("fa", FontAwesomeIcon).mount("#app");
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue