fix: Missing Script Setup
parent
8d088da286
commit
b9b6d58396
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
<template>
|
||||
<main>
|
||||
<h1 HomeView h1/>
|
||||
<h1>HomeView</h1>
|
||||
</main>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
<h1>Back</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -13,4 +17,3 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
@ -3,6 +3,10 @@
|
|||
<h1>Biceps</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -13,4 +17,3 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
@ -8,6 +8,10 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
.about {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
<h1>Legs</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -13,4 +17,3 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
@ -3,6 +3,10 @@
|
|||
<h1>Shoulder</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -13,4 +17,3 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
@ -3,6 +3,10 @@
|
|||
<h1><button>Triceps</button></h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -13,4 +17,3 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue