Skip to content
Snippets Groups Projects
Commit 46093a14 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Use correct type constraint

parent b5bbb87c
No related branches found
No related tags found
1 merge request!1594Resolve "Vue: Rework Person Create / Edit"
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
default: false, default: false,
}, },
activatorMaxWidth: { activatorMaxWidth: {
type: String, type: [Number, String],
default: undefined, default: undefined,
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment