Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
u3u committed Dec 13, 2023
1 parent aa646bb commit d57ea59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const Trans = {
name: 'Trans',

props: {
tag: { default: 'span', type: String | Object | Function },
tag: { default: 'span', type: [String, Object, Function] },
text: String,
values: Object,
},
Expand Down

0 comments on commit d57ea59

Please sign in to comment.