Skip to content

Commit 5775bca

Browse files
committed
chore(typo): plate & timeAgo component names
1 parent 752ad9f commit 5775bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ every component accept a `tag` prop. you can use it to customize component html
458458
`number`: String | PlateOptions
459459

460460
```html
461-
<plate number="12D45147" v-slot="{ info, isValid }">{{ info }} | {{ isValid }}</wordsToNumber>
461+
<plate number="12D45147" v-slot="{ info, isValid }">{{ info }} | {{ isValid }}</plate>
462462
```
463463

464464
<br />
@@ -472,7 +472,7 @@ every component accept a `tag` prop. you can use it to customize component html
472472
`date`: String
473473

474474
```html
475-
<plate date="1400/04/07 18:00:00" v-slot="{ time }">{{ time }}</wordsToNumber>
475+
<timeAgo date="1400/04/07 18:00:00" v-slot="{ time }">{{ time }}</timeAgo>
476476
```
477477

478478
<br />

0 commit comments

Comments
 (0)