thousand-Separator-Vue-Input

Vuejs

You can achieve the formatting by simply using a computed property with separate getter and setter without the need for other dependencies.

I only added the decimal separator as an example, you'll have to add the , thousand separator in the setter for your full functionality.

فرمت سه رقم جدا کردن مبلغ در vuejs

در کد مثال ایجاد شده vuejs

  • DEMO - Live demo project

To-use-the-project - استفاده از مثال