when using the template render function, write the style to label:
h("div", { style: {} }, [
h("label", "", {style: { fontWeight: "1500"}}),
h("label", "andy")
])
Why doesn"t style work here?
{style: { fontWeight: "1500"}}