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 22
33# Vue Input Facade
44
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
66
77[ ![ Build Status] ( https://travis-ci.org/RonaldJerez/vue-input-facade.svg?branch=master )] ( https://travis-ci.org/RonaldJerez/vue-input-facade )
88[ ![ 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
2222## Installing
2323
2424``` bash
25- npm i vue-input-facade
25+ npm i vue-input-facade@beta
2626```
2727
2828``` bash
29- yarn add vue-input-facade
29+ yarn add vue-input-facade@beta
3030```
3131
3232## Importing
@@ -37,7 +37,7 @@ Installs the component, directive and filter for your entire application.
3737
3838``` javascript
3939import InputFacade from ' vue-input-facade'
40- Vue .use (InputFacade)
40+ app .use (InputFacade)
4141```
4242
4343### Locally
You can’t perform that action at this time.
0 commit comments