[Vue] 숫자에 세자리 마다 콤마 찍는법
2023. 2. 20. 09:53ㆍVue
보통 세자리마다 숫자에 콤마가 찍히는데 함수짜기 까다로울 경우가 있다..
https://www.npmjs.com/package/vue-comma-formatted-number?activeTab=readme
vue-comma-formatted-number
vue-comma-formatted-number ======================. Latest version: 1.0.0, last published: 4 years ago. Start using vue-comma-formatted-number in your project by running `npm i vue-comma-formatted-number`. There are no other projects in the npm registry usi
www.npmjs.com
들어가서
npm install 한후
공식문서에 맞게 사용하면 콤마가 잘뜨게된다.
'Vue' 카테고리의 다른 글
Vue: v-data-table에 버튼 넣는법 (0) | 2023.02.24 |
---|---|
v-text-field 양수만 입력하는법 (0) | 2023.02.17 |
vue 오류: Could not find a declaration file for module 'vue-xxx' (0) | 2023.02.10 |
[Vue] Vuex ( state, getter, mapGetters, mapstate) (0) | 2022.11.02 |
vue router 기본 개념 (0) | 2022.10.27 |