`vue-thousand-separator` is a plugin for Vue component.<br> This plugin provides the directive which format a input value to the one with a thousand separator by using [autoNumeric](https://github.com/autoNumeric/autoNumeric) inside.
npm install vue-thousand-separatorvue-thousand-separator is a plugin for Vue component.npm install vue-thousand-separator#### yarnyarn add vue-thousand-separator
``
import VueThousandSeparator from 'vue-thousand-separator';
Vue.use(VueThousandSeparator);
`
``
Note that the component to attach directive should include .
For example, the is expected to the like below.
``
`
``