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> <template>
<main> <main>
<h1 HomeView h1/> <h1>HomeView</h1>
</main> </main>
</template> </template>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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