Port root RMO with style to main page
This commit is contained in:
parent
4d718f9a12
commit
4a9d6e0db6
4 changed files with 142 additions and 105 deletions
|
|
@ -2,6 +2,7 @@ import { createApp } from "vue";
|
|||
import { createHead } from "@vueuse/head";
|
||||
import router from "@/rmo/router";
|
||||
import App from "@/rmo/App.vue";
|
||||
import "@/style/rmo.scss";
|
||||
|
||||
const app = createApp(App);
|
||||
const head = createHead();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue