types(Tabs): use tsx (#8187)

This commit is contained in:
neverland
2021-02-20 17:49:34 +08:00
committed by GitHub
parent 9ad0eafae0
commit 906f01cc8e
15 changed files with 106 additions and 61 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default createComponent({
if (!parent) {
if (process.env.NODE_ENV !== 'production') {
console.error(
'[Vant] DropdownItem must be a child component of DropdownMenu.'
'[Vant] <DropdownItem> must be a child component of <DropdownMenu>.'
);
}
return;