mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-16 23:31:04 +01:00
webapp: Added first simple navigation with two subpages
This commit is contained in:
5
webapp/src/components/HomeView.vue
Normal file
5
webapp/src/components/HomeView.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div class="bg-light p-5 rounded">
|
||||
<h1>Home</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user