how does vue pass values on a component that renders a component using the render method on the list items of a table?
return [{
type: "index",
width: 60,
align: "center",
title: ""
},
{
title: "",
key: "title",
render(h) {
return h(**fileName**)
}
}
]
fileNamerender
props,render: