UNPKG

qmw-form-design

Version:

表单设计器

33 lines (32 loc) 721 B
import { onMounted as a, createElementBlock as n, openBlock as d, Fragment as i, createElementVNode as t, normalizeStyle as l, toDisplayString as c } from "vue"; const u = { __name: "datetimeWidget", props: { //组件对象 widget: { type: Object, default: () => ({}) }, style: { type: Object, default: () => ({}) } }, setup(e) { return a(() => { }), (o, r) => (d(), n(i, null, [ t("label", { style: l(e.widget.labelStyle), class: "widget-label" }, c(e.widget.config.label), 5), t("input", { style: l(e.style), disabled: "", type: "date" }, null, 4) ], 64)); } }; export { u as default };