UNPKG

@yqg/low-code-component-lib

Version:

fintopia web lowcode component library

25 lines (24 loc) 547 B
import { defineComponent as t, createElementBlock as o, openBlock as l, createElementVNode as p, toDisplayString as r } from "vue"; const s = /* @__PURE__ */ t({ __name: "index", props: { value: {}, name: {}, age: {}, address: {}, phone: {}, single: { type: Boolean }, click: { type: Function }, type: {} }, setup(e) { const n = e; return (a, c) => (l(), o("div", null, [ p("h1", null, r(JSON.stringify(n)), 1) ])); } }); export { s as default }; //# sourceMappingURL=index.vue.js.map