We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a053fa commit a833012Copy full SHA for a833012
README.md
@@ -12,9 +12,9 @@ yarn add @coders-tm/vue-number-format
12
```
13
## Vue 2.0
14
```bash
15
-npm install @coders-tm/vue-number-format@^2.11.0
+npm install @coders-tm/vue-number-format@^2.12.0
16
or
17
-yarn add @coders-tm/vue-number-format@^2.11.0
+yarn add @coders-tm/vue-number-format@^2.12.0
18
19
## Features
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coders-tm/vue-number-format",
3
- "version": "2.9.0",
+ "version": "2.12.0",
4
"private": false,
5
"description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js",
6
"author": "Dipak Sarkar <hello@dipaksarkar.in> (https://dipaksarkar.in/)",
0 commit comments