Skip to content

Commit fbd1392

Browse files
committed
wip
1 parent 03d2c90 commit fbd1392

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3434
export default {
3535
data:() => ({
@@ -42,7 +42,7 @@ export default {
4242

4343
// OR ...
4444
import {defineComponent, ref} from 'vue'
45-
import InputCode from '@ofcold-vue-security-code'
45+
import InputCode from 'ofcold-vue-security-code'
4646

4747
export default defineComponent({
4848
components: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

0 commit comments

Comments
 (0)