About the use of render in Vue

the use of iview, in which I want to register the component with a upload upload button, but with the render function, I can"t write. I haven"t written it after trying for a long time. Boss, take a look at it

.
{
align: "center",
title: "",
render: (h, params) => {
    return h("div", [
        h("Upload", {
            props: {
              action: "/train/",
            },
        },""),
    ])
}w
},

I don"t know how to write this upload component. The upload component is linked as follows: https://www.iviewui.com/compo.,
Boss, come and have a look at

.

take a screenshot to see that there is no problem with the visual inspection of render. The problem may be the w bar behind you ^ _ ^

.

clipboard.png


clipboard.png


path name should be fully written, plus domain name

Menu