ivue-material-plus
Version:
A high quality UI components Library with Vue.js
29 lines (26 loc) • 1.21 kB
JavaScript
import _sfc_main from './bar.vue_vue_type_script_lang.mjs';
import { resolveComponent, openBlock, createElementBlock, Fragment, createCommentVNode, createVNode } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_thumb = resolveComponent("thumb");
return openBlock(), createElementBlock(Fragment, null, [
createCommentVNode(" \u5DE6\u53F3\u6EDA\u52A8 "),
createVNode(_component_thumb, {
move: _ctx.moveX,
ratio: _ctx.ratioX,
barSize: _ctx.barWidth,
always: _ctx.always
}, null, 8, ["move", "ratio", "barSize", "always"]),
createCommentVNode(" \u4E0A\u4E0B\u6EDA\u52A8 "),
createVNode(_component_thumb, {
move: _ctx.moveY,
ratio: _ctx.ratioY,
barSize: _ctx.barHeight,
always: _ctx.always,
vertical: ""
}, null, 8, ["move", "ratio", "barSize", "always"])
], 64);
}
var Bar = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-scrollbar\\bar.vue"]]);
export { Bar as default };
//# sourceMappingURL=bar.mjs.map