箭头函数获取缓存,控制台警告
来源:5-9 方案落地:国际化缓存处理
weixin_慕侠9557684
2022-12-24
const locale = () => {
return (store && store.getters && store.getters.language)
}
按照上面写,会报好多这种错误,为什么
写回答
1回答
-
Sunday
2022-12-24
你好
这个警告指的是你的 i18n 中的 message 不存在导致的。和你的箭头函数没有关系
032022-12-25
相似问题