label-print-design
Version:
操作简单,组件丰富的一站式打印解决方案打印设计器
37 lines (34 loc) • 981 B
JavaScript
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
/* TEXT */
)
])
]),
_: 1
/* STABLE */
}, 8, ["data", "pageUnit"]);
};
}
});
export { _sfc_main as default };
//# sourceMappingURL=business.vue2.mjs.map