You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
7
-
## Vue 3.0
9
+
10
+
## Installation
11
+
8
12
```bash
9
13
npm install @coders-tm/vue-number-format
10
14
or
11
15
yarn add @coders-tm/vue-number-format
12
16
```
13
-
## Vue 2.0
14
-
```bash
15
-
npm install @coders-tm/vue-number-format@2.0.7
16
-
or
17
-
yarn add @coders-tm/vue-number-format@2.0.7
18
-
```
17
+
19
18
## Features
20
19
21
20
- Lightweight
22
21
- Dependency free
23
22
- Component or Directive flavour
24
23
- Format as you type
25
24
- Built-in validation
25
+
- Supports both Vue 3 and Vue 2.
26
26
27
27
## Documentation
28
-
Please refer to the [project home page](https://vue-number-format.netlify.app) for a detailed documentation.
29
28
29
+
Please refer to the [project home page](https://vue-number-format.netlify.app) for a detailed documentation.
0 commit comments