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
- DEMO - Live demo project