We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
打包后的代码文件index.es.js,第一个声明的常量ABBR
index.es.js
ABBR
// numerify var ABBR = { th: 3, mi: 6, bi: 9, tr: 12 }; // numeral var abbreviations = { thousand: 'k', million: 'm', billion: 'b', trillion: 't', };
numeral很类似中这一块用来声明locale相关的文本,不明白为什么这里变成了长度,并且调用的3处引用的属性名全部错误
numeral
已知的bug是数值长度超15位时返回错误结果。不知道您这边方便更新吗?因为v-charts也用了这个库,如果不更新的话还是蛮头疼的 @xiguaxigua
v-charts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
打包后的代码文件
index.es.js
,第一个声明的常量ABBR
numeral
很类似中这一块用来声明locale相关的文本,不明白为什么这里变成了长度,并且调用的3处引用的属性名全部错误已知的bug是数值长度超15位时返回错误结果。不知道您这边方便更新吗?因为
v-charts
也用了这个库,如果不更新的话还是蛮头疼的 @xiguaxiguaThe text was updated successfully, but these errors were encountered: