Skip to content

Commit

Permalink
chore(typo): plate & timeAgo component names
Browse files Browse the repository at this point in the history
  • Loading branch information
mediv0 committed Sep 22, 2021
1 parent 752ad9f commit 5775bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ every component accept a `tag` prop. you can use it to customize component html
`number`: String | PlateOptions

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

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

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

<br />
Expand Down

0 comments on commit 5775bca

Please sign in to comment.