UNPKG

myprint-design

Version:

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

32 lines (27 loc) 845 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var vue = require('vue'); var myPopover = require('../popover/my-popover.vue.js'); const _hoisted_1 = { class: "my-tooltip_content" }; var _sfc_main = /* @__PURE__ */ vue.defineComponent({ __name: "my-tooltip", props: { disabled: { type: Boolean }, content: { default: "" } }, setup(__props) { return (_ctx, _cache) => { return vue.openBlock(), vue.createBlock(myPopover.default, null, { reference: vue.withCtx(() => [ vue.renderSlot(_ctx.$slots, "default") ]), default: vue.withCtx(() => [ vue.createElementVNode("div", _hoisted_1, vue.toDisplayString(_ctx.content), 1) ]), _: 3 }); }; } }); exports.default = _sfc_main; //# sourceMappingURL=my-tooltip.vue2.js.map