mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 12:17:37 +08:00
2057185109
* chore: update doc title * chore: update doc title
15 lines
252 B
Markdown
15 lines
252 B
Markdown
---
|
|
title: 'A Vue 3 UI Framework'
|
|
lang: en-US
|
|
page: true
|
|
---
|
|
|
|
<script setup>
|
|
|
|
if (typeof window !== 'undefined') {
|
|
const preferredLang = localStorage.getItem('preferred_lang') || 'en-US'
|
|
window.location.pathname = `/${preferredLang}/`
|
|
}
|
|
|
|
</script>
|