File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Vue Input Facade
4
4
5
- A lightweight and dependency free input masking library created specific for Vue
5
+ A lightweight and dependency free input masking library created specific for Vue 3.x
6
6
7
7
[ ![ Build Status] ( https://travis-ci.org/RonaldJerez/vue-input-facade.svg?branch=master )] ( https://travis-ci.org/RonaldJerez/vue-input-facade )
8
8
[ ![ Coverage Status] ( https://coveralls.io/repos/github/RonaldJerez/vue-input-facade/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/RonaldJerez/vue-input-facade?branch=master&service=github )
@@ -22,11 +22,11 @@ A lightweight and dependency free input masking library created specific for Vue
22
22
## Installing
23
23
24
24
``` bash
25
- npm i vue-input-facade
25
+ npm i vue-input-facade@beta
26
26
```
27
27
28
28
``` bash
29
- yarn add vue-input-facade
29
+ yarn add vue-input-facade@beta
30
30
```
31
31
32
32
## Importing
@@ -37,7 +37,7 @@ Installs the component, directive and filter for your entire application.
37
37
38
38
``` javascript
39
39
import InputFacade from ' vue-input-facade'
40
- Vue .use (InputFacade)
40
+ app .use (InputFacade)
41
41
```
42
42
43
43
### Locally
You can’t perform that action at this time.
0 commit comments