diff --git a/README.md b/README.md index da10772..bde7e3c 100644 --- a/README.md +++ b/README.md @@ -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, },