Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.46k stars 474 forks source link

feat(input-number): input-number support enableRound #4536

Closed zhangpaopao0609 closed 2 months ago

zhangpaopao0609 commented 2 months ago

🤔 这个 PR 的性质是?

🔗 相关 Issue

#4499

💡 需求背景和解决方案

  1. feature decimalPlaces supports flexible configuration of rounding strategies

  2. proposal

decimalPlaces supports two types:

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项。⚠️

github-actions[bot] commented 2 months ago

完成

zhangpaopao0609 commented 2 months ago

写到这里有一个疑问,那就是为什么要分大数和非大数呢?

uyarn commented 2 months ago

写到这里有一个疑问,那就是为什么要分大数和非大数呢?

javascript的锅

uyarn commented 2 months ago

/resolve-conflict

zhangpaopao0609 commented 2 months ago

写到这里有一个疑问,那就是为什么要分大数和非大数呢?

javascript的锅

我的意思是完全可以都用大数的方式来解决呗