label-print-design
Version:
操作简单,组件丰富的一站式打印解决方案打印设计器
38 lines (35 loc) • 999 B
JavaScript
import { defineComponent, openBlock, createBlock, withCtx, createElementVNode, toDisplayString } from 'vue';
import baseWidget from './base-widget.vue.mjs';
const _hoisted_1 = { class: "options" };
const _hoisted_2 = { class: "options-item" };
var _sfc_main = /* @__PURE__ */ defineComponent({
__name: "basic",
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(
"div",
_hoisted_2,
toDisplayString(_ctx.data.data),
1
/* TEXT */
)
])
]),
_: 1
/* STABLE */
}, 8, ["data", "pageUnit"]);
};
}
});
export { _sfc_main as default };
//# sourceMappingURL=basic.vue2.mjs.map