lint code

This commit is contained in:
2024-02-18 19:49:37 +01:00
parent cae75f0cb2
commit 522ff05151
6 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import type { RouterConfig } from '@nuxt/schema'
function findHashPosition(hash: any): { el: any; behavior: ScrollBehavior; top: number } | undefined {
function findHashPosition(hash: any): { el: any, behavior: ScrollBehavior, top: number } | undefined {
const el = document.querySelector(hash)
// vue-router does not incorporate scroll-margin-top on its own.
if (el) {

View File

@@ -32,7 +32,9 @@ defineProps({
<h1 v-else class="mr-3 my-1 text-base font-semibold tracking-tight text-zinc-800 dark:text-zinc-100">
{{ experience.company }}
</h1>
<div class="text-subtitle text-xs">{{ experience.location }}</div>
<div class="text-subtitle text-xs">
{{ experience.location }}
</div>
</div>
</div>
</div>

View File

@@ -19,7 +19,6 @@ Faster than the old one thanks to the new version
### Nuxt3 & NuxtUI
### Style
## BackEnd
### Data Fetching
@@ -34,4 +33,3 @@ Vercel with Vercel postgres
## What's next
### Performance
### Style & Animation