ivue-material-plus
Version:
A high quality UI components Library with Vue.js
33 lines (28 loc) • 1.32 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var bar_vue_vue_type_script_lang = require('./bar.vue_vue_type_script_lang.js');
var vue = require('vue');
var _pluginVue_exportHelper = require('../../_virtual/_plugin-vue_export-helper.js');
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_thumb = vue.resolveComponent("thumb");
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
vue.createCommentVNode(" \u5DE6\u53F3\u6EDA\u52A8 "),
vue.createVNode(_component_thumb, {
move: _ctx.moveX,
ratio: _ctx.ratioX,
barSize: _ctx.barWidth,
always: _ctx.always
}, null, 8, ["move", "ratio", "barSize", "always"]),
vue.createCommentVNode(" \u4E0A\u4E0B\u6EDA\u52A8 "),
vue.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__ */ _pluginVue_exportHelper["default"](bar_vue_vue_type_script_lang["default"], [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-scrollbar\\bar.vue"]]);
exports["default"] = Bar;
//# sourceMappingURL=bar.js.map