fix: Missing Script Setup

fix_layout
Flycro 2023-04-29 12:34:05 +02:00
parent 8d088da286
commit b9b6d58396
7 changed files with 25 additions and 6 deletions

View File

@ -4,6 +4,6 @@
<template>
<main>
<h1 HomeView h1/>
<h1>HomeView</h1>
</main>
</template>

View File

@ -3,6 +3,10 @@
<h1>Back</h1>
</div>
</template>
<script setup>
</script>
<style>
@media (min-width: 1024px) {
@ -13,4 +17,3 @@
}
}
</style>

View File

@ -3,6 +3,10 @@
<h1>Biceps</h1>
</div>
</template>
<script setup>
</script>
<style>
@media (min-width: 1024px) {
@ -13,4 +17,3 @@
}
}
</style>

View File

@ -8,6 +8,10 @@
</div>
</template>
<script setup>
</script>
<style>
@media (min-width: 1024px) {
.about {

View File

@ -3,6 +3,10 @@
<h1>Legs</h1>
</div>
</template>
<script setup>
</script>
<style>
@media (min-width: 1024px) {
@ -13,4 +17,3 @@
}
}
</style>

View File

@ -3,6 +3,10 @@
<h1>Shoulder</h1>
</div>
</template>
<script setup>
</script>
<style>
@media (min-width: 1024px) {
@ -13,4 +17,3 @@
}
}
</style>

View File

@ -3,6 +3,10 @@
<h1><button>Triceps</button></h1>
</div>
</template>
<script setup>
</script>
<style>
@media (min-width: 1024px) {
@ -13,4 +17,3 @@
}
}
</style>