1.在main.js配置了普通vue页面使用国际化的相关逻辑,见图一
- common.js里定义了一个strMat方法用来解析文案,见图二
- 每个nvue页面都会调用initLanguage方法来引入
问题是在安卓端,从nvue页面打开一个vue页面,无法使用图一里的$str方法获取文案,报错
Unhandled error during execution of render function
TypeError: no access
1.在main.js配置了普通vue页面使用国际化的相关逻辑,见图一
问题是在安卓端,从nvue页面打开一个vue页面,无法使用图一里的$str方法获取文案,报错
Unhandled error during execution of render function
TypeError: no access