We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752ad9f commit 5775bcaCopy full SHA for 5775bca
README.md
@@ -458,7 +458,7 @@ every component accept a `tag` prop. you can use it to customize component html
458
`number`: String | PlateOptions
459
460
```html
461
-<plate number="12D45147" v-slot="{ info, isValid }">{{ info }} | {{ isValid }}</wordsToNumber>
+<plate number="12D45147" v-slot="{ info, isValid }">{{ info }} | {{ isValid }}</plate>
462
```
463
464
<br />
@@ -472,7 +472,7 @@ every component accept a `tag` prop. you can use it to customize component html
472
`date`: String
473
474
475
-<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>
476
477
478
0 commit comments