Ark Sun
Results
2
issues of
Ark Sun
比如一个语言切换场景 ```js export default createStore({ namespace: 'IntlStore', locale: 'en-gb', m() { // computed 型变量目前实现 return messages[this.locale] }, get m() { // 期望实现, return messages[this.locale] }, setLocale(l) { this.locale = l...
I've installed bcrypt v0.8.1 (in other directory) but when I install this project it still tells me bcrypt is v0.7.7 and fail to find the openssl file. I tried to...