fix(ContactList): fix TS type check error

This commit is contained in:
FunkyZc 2021-04-12 11:35:53 +08:00 committed by neverland
parent 11e641c88e
commit 2aea635652

View File

@ -55,7 +55,7 @@ export default defineComponent({
);
const renderContent = () => {
const nodes: JSX.Element[] = [`${item.name}${item.tel}`];
const nodes: JSX.Element[] = [<>{`${item.name}${item.tel}`}</>];
if (item.isDefault && props.defaultTagText) {
nodes.push(