unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.77k stars 349 forks source link

ElementPlusResolver default locale support #679

Open vachelfun opened 1 year ago

vachelfun commented 1 year ago

Clear and concise description of the problem

i want ElementPlusResolver api set locale in default

  1. i use vue-i18n code splitting in my project and default locale not en
  2. i can use el-config-provider to change locale, but it need get locale resource then transform
  3. i want the default compile with default locale with ElementPlus

Suggested solution

provide api in ElementPlusResolver to help compile with default locale

Alternative

No response

Additional context

No response

Validations