2024年12月26日

vue3中英文切换

摘要: 效果图如下 在/src/main.ts文档添加如下内容 增加引入 import i18n from './locales/index' 增加.use(i18n)如下 app .use(createPinia()) .use(router) .use(RenRadioGroup) .use(RenSe 阅读全文

posted @ 2024-12-26 11:27 yebinghuai-qq-com 阅读(104) 评论(0) 推荐(0)

导航