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 4adfbf5 commit 1bebc34Copy full SHA for 1bebc34
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.7.0
+npm install @coders-tm/vue-number-format@^2.8.0
16
or
17
-yarn add @coders-tm/vue-number-format@^2.7.0
+yarn add @coders-tm/vue-number-format@^2.8.0
18
19
## Features
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coders-tm/vue-number-format",
3
- "version": "2.7.0",
+ "version": "2.8.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