mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 09:04:07 +00:00
enhancement(lint): Fix lint errors for components/AboutMe.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
dca18f7977
commit
06044e955b
1 changed files with 19 additions and 13 deletions
|
@ -2,12 +2,18 @@
|
||||||
// TODO: calc current age, hobbies
|
// TODO: calc current age, hobbies
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<h1 class="font-bold text-3xl">About me:</h1>
|
<h1 class="font-bold text-3xl">About me:</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>I am currently XYZ years old</li>
|
<li>I am currently XYZ years old</li>
|
||||||
<li>Im currently in (highschool|collage|j*b|retirment|greatbeyond) (this is just a guess)</li>
|
<li>
|
||||||
<li>i like mostly coding in my freetime, messing with bugs, watching anime and sleeping</li>
|
Im currently in (highschool|collage|j*b|retirment|greatbeyond) (this is
|
||||||
<li>i also like eating lots of food!</li>
|
just a guess)
|
||||||
<li>i also like playing video games</li>
|
</li>
|
||||||
</ul>
|
<li>
|
||||||
|
i like mostly coding in my freetime, messing with bugs, watching anime and
|
||||||
|
sleeping
|
||||||
|
</li>
|
||||||
|
<li>i also like eating lots of food!</li>
|
||||||
|
<li>i also like playing video games</li>
|
||||||
|
</ul>
|
||||||
</template>
|
</template>
|
Loading…
Add table
Add a link
Reference in a new issue