Add router and basic home view
This commit is contained in:
parent
2342a99405
commit
4d718f9a12
4 changed files with 25 additions and 4 deletions
3
ts/rmo/view/Home.vue
Normal file
3
ts/rmo/view/Home.vue
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<p>hey there!</p>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue