mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
lint code
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user