build error

This commit is contained in:
rYeti
2023-04-28 22:33:35 +02:00
parent d56afadaee
commit 8d088da286
13 changed files with 31 additions and 19 deletions

18
src/views/ChestView.vue Normal file
View File

@@ -0,0 +1,18 @@
<template>
<div class="wrapper">
<nav>
<RouterLink to="/home">Home</RouterLink>
</nav>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>