mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-31 20:29:34 +01:00
feat: add experiences section with localization and update skills and writings components
This commit is contained in:
@@ -7,7 +7,7 @@ const { t, locale } = useI18n()
|
||||
<template>
|
||||
<section>
|
||||
<div class="prose dark:prose-invert">
|
||||
<p>{{ t('skills.main') }}</p>
|
||||
<p>{{ t('tool.skills') }}</p>
|
||||
</div>
|
||||
<div v-if="skills" class="space-y-12 m-1 my-4">
|
||||
<div v-for="item in skills.body" :key="item.id" class="space-y-8">
|
||||
|
||||
Reference in New Issue
Block a user