element-plus/docs/index.md
0song 2057185109
chore: update doc title (#4273)
* chore: update doc title

* chore: update doc title
2021-11-08 03:30:16 +08:00

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>