mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-23 01:59:31 +01:00
Fix math support
This commit is contained in:
@@ -54,7 +54,7 @@ async function toggleTheme() {
|
||||
}
|
||||
|
||||
const { locale, setLocale, locales, t } = useI18n()
|
||||
const currentLocale = computed(() => locales.filter(l => l.code === locale.value)[0])
|
||||
const currentLocale = computed(() => locales.value.filter(l => l.code === locale.value)[0])
|
||||
|
||||
async function changeLocale() {
|
||||
document.body.style.animation = 'switch-on .2s'
|
||||
|
||||
Reference in New Issue
Block a user