摘要: 安装依赖,项目nuxt2 版本nuxt2.15.8 cnpm i @nuxtjs/i18n@7.3.1 vuex配置全局语言 export const state = () => ({ language: "en", token: "", }); export const mutations = { 阅读全文
posted @ 2024-06-21 17:14 hello蔚蓝 阅读(440) 评论(0) 推荐(0)