forked from geolba/tethys.frontend
- add vue router
- add extra view components
This commit is contained in:
parent
a4e8ee6f2e
commit
2cbe628d10
13 changed files with 567 additions and 446 deletions
|
@ -2,5 +2,6 @@ import { createApp } from "vue";
|
|||
import App from "./App.vue";
|
||||
import "./assets/scss/main-styles.scss";
|
||||
import FontAwesomeIcon from "@/utilities/fontawesome";
|
||||
import router from "./router/index";
|
||||
|
||||
createApp(App).component("fa", FontAwesomeIcon).mount("#app");
|
||||
createApp(App).use(router).component("fa", FontAwesomeIcon).mount("#app");
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue