nuxt3 使用element-plus,默认中文语言包

335 阅读1分钟

nuxt3 使用element-plus,默认中文语言包,只需要在nuxt.config.ts中配置:

elementPlus:{
   defaultLocale:'zh-cn'
},