ivue-material-plus
Version:
A high quality UI components Library with Vue.js
28 lines (25 loc) • 1.18 kB
JavaScript
import _sfc_main from './index.vue_vue_type_script_lang.mjs';
import { openBlock, createElementBlock, createCommentVNode, createElementVNode, normalizeClass, normalizeStyle, renderSlot, withDirectives, vShow } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
const _hoisted_1 = { ref: "wrapper" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("div", _hoisted_1, [
createCommentVNode(" slot "),
createElementVNode("div", {
ref: "content",
class: normalizeClass(_ctx.classes),
style: normalizeStyle(_ctx.affixStyle)
}, [
renderSlot(_ctx.$slots, "default")
], 6),
createCommentVNode(" \u5360\u4F4D\u5143\u7D20 "),
withDirectives(createElementVNode("div", {
style: normalizeStyle(_ctx.placeholderStyle)
}, null, 4), [
[vShow, _ctx.affixStyle]
])
], 512);
}
var Affix = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-affix\\index.vue"]]);
export { Affix as default };
//# sourceMappingURL=index2.mjs.map