Skip to content
Snippets Groups Projects
Commit 3b9c408e authored by Trygve Jørgensen's avatar Trygve Jørgensen
Browse files

fix(prettier): formatted project

parent 83e3c895
No related branches found
No related tags found
3 merge requests!66Final merge,!6Barebones login and register functionality,!4Pipeline fix
Pipeline #274220 failed
...@@ -68,4 +68,4 @@ textarea { ...@@ -68,4 +68,4 @@ textarea {
a:hover { a:hover {
background-color: hsla(160, 100%, 37%, 0.2); background-color: hsla(160, 100%, 37%, 0.2);
} }
} }
\ No newline at end of file
...@@ -23,7 +23,6 @@ const router = createRouter({ ...@@ -23,7 +23,6 @@ const router = createRouter({
path: '/sparemaal', path: '/sparemaal',
name: 'goals', name: 'goals',
component: () => import('../views/GoalView.vue') component: () => import('../views/GoalView.vue')
}, },
{ {
path: '/spareutfordringer', path: '/spareutfordringer',
......
<script setup lang="ts"> <script lang="ts" setup></script>
</script>
<template> <template>
<h1>Spareutfordringer</h1> <h1>Spareutfordringer</h1>
</template> </template>
<style scoped> <style scoped></style>
\ No newline at end of file
</style>
\ No newline at end of file
<script setup lang="ts"> <script lang="ts" setup></script>
</script>
<template> <template>
<h1>Sparemål</h1> <h1>Sparemål</h1>
</template> </template>
<style scoped> <style scoped></style>
\ No newline at end of file
</style>
\ No newline at end of file
<script setup lang="ts"> <script lang="ts" setup></script>
</script>
<template> <template>
<h1>Heading 1</h1> <h1>Heading 1</h1>
...@@ -9,7 +8,7 @@ ...@@ -9,7 +8,7 @@
<p>Paragraph</p> <p>Paragraph</p>
<button>Button</button> <button>Button</button>
<br> <br />
<a href="#">Link</a> <a href="#">Link</a>
<div>Div</div> <div>Div</div>
<section>Section</section> <section>Section</section>
......
...@@ -37,4 +37,4 @@ function login(username: string, password: string) { ...@@ -37,4 +37,4 @@ function login(username: string, password: string) {
.selected { .selected {
border-bottom: 2px solid black; border-bottom: 2px solid black;
} }
</style> </style>
\ No newline at end of file
<script setup lang="ts"> <script lang="ts" setup></script>
</script>
<template> <template>
<h1>404 - Siden finnes ikke</h1> <h1>404 - Siden finnes ikke</h1>
<p>Denne siden finnes ikke. Gå tilbake til <RouterLink to="/">hjem</RouterLink>.</p> <p>Denne siden finnes ikke. Gå tilbake til <RouterLink to="/">hjem</RouterLink>.</p>
</template> </template>
<style scoped> <style scoped></style>
\ No newline at end of file
</style>
\ No newline at end of file
<script setup lang="ts"> <script lang="ts" setup></script>
</script>
<template> <template>
<h1>Din profil</h1> <h1>Din profil</h1>
</template> </template>
<style scoped> <style scoped></style>
\ No newline at end of file
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment