File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11[ ![ npm Version] ( https://badgen.net/npm/v/@coders-tm/vue-number-format?color=green )] ( https://www.npmjs.com/package/@coders-tm/vue-number-format )
22[ ![ npm Downloads] ( https://badgen.net/npm/dt/@coders-tm/vue-number-format?color=green )] ( https://www.npmjs.com/package/@coders-tm/vue-number-format )
3+ [ ![ github Stars] ( https://badgen.net/github/stars/coders-tm/vue-number-format?color=green )] ( https://github.com/coders-tm/vue-number-format )
34[ ![ Bundlephobia] ( https://badgen.net/bundlephobia/minzip/@coders-tm/vue-number-format?color=green )] ( https://bundlephobia.com/result?p=@coders-tm/vue-number-format )
45[ ![ License] ( https://badgen.net/github/license/coders-tm/vue-number-format?color=green )] ( https://github.com/coders-tm/vue-number-format/blob/master/LICENSE )
56
67# vue-number-format
78
8- Vue Number Format is used to format a number using fixed-point notation. It can be used to format a number with a specific number of digits to the right of the decimal.
9-
10- ## Vue 3.0
9+ <a href =" https://vue-number-format.netlify.app " rel =" nofollow " ><img src =" docs/vue-number-format.gif " alt =" " style =" width : 100% ;" ></a >
1110
12- ``` bash
13- npm install @coders-tm/vue-number-format
14- or
15- yarn add @coders-tm/vue-number-format
16- ```
11+ Vue Number Format is used to format a number using fixed-point notation. It can be used to format a number with a specific number of digits to the right of the decimal.
1712
18- ## Vue 2.0
13+ ## Installation
1914
2015``` bash
21- npm install @coders-tm/vue-number-format@^2.15 .0
16+ npm install @coders-tm/vue-number-format@2.16 .0
2217or
23- yarn add @coders-tm/vue-number-format@^2.15 .0
18+ yarn add @coders-tm/vue-number-format@2.16 .0
2419```
2520
2621## Features
@@ -30,6 +25,7 @@ yarn add @coders-tm/vue-number-format@^2.15.0
3025- Component or Directive flavour
3126- Format as you type
3227- Built-in validation
28+ - Supports both Vue 3 and Vue 2.
3329
3430## Documentation
3531
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Get all the essentials features Starting at £0.99/mo<br>
2020## Installation
2121
2222::: warning
23- Install the npm package @coders-tm/vue-number-format @^2.15 .0 for Vue 2.0
23+ Install the npm package @coders-tm/vue-number-format @^2.16 .0 for Vue 2.0
2424:::
2525
2626``` bash:no-line-numbers
You can’t perform that action at this time.
0 commit comments