nuxt3 使用element-plus,默认中文语言包 前端编程记录 2024-11-26 335 阅读1分钟 nuxt3 使用element-plus,默认中文语言包,只需要在nuxt.config.ts中配置: elementPlus:{ defaultLocale:'zh-cn' },