mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(ContactList): fix TS type check error
This commit is contained in:
parent
11e641c88e
commit
2aea635652
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user