UNPKG

myprint-design

Version:

操作简单,组件丰富的一站式打印解决方案打印设计器

30 lines (27 loc) 865 B
import { defineComponent, openBlock, createBlock, withCtx, createElementVNode, toDisplayString } from 'vue'; import baseWidget from './base-widget.vue.mjs'; const _hoisted_1 = { class: "options-business user-select-none" }; var _sfc_main = /* @__PURE__ */ defineComponent({ __name: "business", props: { data: { default: () => ({}) }, pageUnit: {} }, setup(__props) { return (_ctx, _cache) => { return openBlock(), createBlock(baseWidget, { data: _ctx.data, pageUnit: _ctx.pageUnit }, { default: withCtx(() => [ createElementVNode("div", _hoisted_1, [ createElementVNode("span", null, toDisplayString(_ctx.data.label), 1) ]) ]), _: 1 }, 8, ["data", "pageUnit"]); }; } }); export { _sfc_main as default }; //# sourceMappingURL=business.vue2.mjs.map