fix 节点title插槽报错问题
This commit is contained in:
@@ -234,7 +234,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const scopedSlots = {
|
const scopedSlots = {
|
||||||
title: ({ title }) => {
|
title: (props) => {
|
||||||
|
const title = props[this.replaceFields.title]
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user