File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ A powerful security code input supports dynamic configuration of the number of i
1111## Installation
1212
1313``` bash
14- npm install --save @ ofcold-vue-security-code
14+ npm install --save ofcold-vue-security-code
1515
1616// OR
1717
18- yarn add @ ofcold-vue-security-code
18+ yarn add ofcold-vue-security-code
1919```
2020
2121## Usage
@@ -29,7 +29,7 @@ yarn add @ofcold-vue-security-code
2929#### VUE 2.0 And 3.0
3030``` javascript
3131// Javascript
32- import InputCode from ' @ ofcold-vue-security-code' ;
32+ import InputCode from ' ofcold-vue-security-code' ;
3333
3434export default {
3535 data : () => ({
@@ -42,7 +42,7 @@ export default {
4242
4343// OR ...
4444import {defineComponent , ref } from ' vue'
45- import InputCode from ' @ ofcold-vue-security-code'
45+ import InputCode from ' ofcold-vue-security-code'
4646
4747export default defineComponent ({
4848 components: {
Original file line number Diff line number Diff line change 11{
2- "name" : " @ ofcold-vue-security-code" ,
2+ "name" : " ofcold-vue-security-code" ,
33 "description" : " A powerful security code input supports dynamic configuration of the number of input boxes." ,
44 "main" : " dist/security-code.js" ,
55 "module" : " dist/security-code.esm.js" ,
You can’t perform that action at this time.
0 commit comments