© 2026 Hedgehog Software, LLC
<script lang="ts" setup> const { t, locale } = useI18n(); <template> <h1 v-html="t('title')"></h1> </template> <i18n> { "ru": { "title": "Запускаю и <br />развиваю" } } </i18n>
Join the Discord to ask follow-up questions and connect with the community
Nuxt Community Chat Server
31,632 Members