ElemeFE / ElemeFE/element

createelement() has been called outside of render function

Open
#21,971 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
54k
Forks
14.4k
PR merge metrics
No merged PRs in 30d

Description

### Existing Component

### Component Name
el-table

### Description
vue2.6 是正常的, 升级到2.7后 就报标题的错误了

const columns = [
{
label: '客服名称',
prop: 'name',
},
{
label: '联系方式',
render: (h: any, scope: { row: OrgCustomerService}) => {
return h('span', null, scope.row.contactType === ContractType.Phone ? '电话客服' : '微信客服')
}
},
]

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.