UNPKG

visual-design

Version:
23 lines (18 loc) 1.38 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var vue = require('vue'); var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js'); const _sfc_main = vue.defineComponent({ name: "VFlowline" }); const _hoisted_1 = { class: "flow-line" }; const _hoisted_2 = /* @__PURE__ */ vue.createStaticVNode('<div class="square"><span style="--i:0;"></span><span style="--i:1;"></span><span style="--i:2;"></span><span style="--i:3;"></span></div><div class="square"><span style="--i:0;"></span><span style="--i:1;"></span><span style="--i:2;"></span><span style="--i:3;"></span></div><div class="square"><span style="--i:0;"></span><span style="--i:1;"></span><span style="--i:2;"></span><span style="--i:3;"></span></div><div class="square"><span style="--i:0;"></span><span style="--i:1;"></span><span style="--i:2;"></span><span style="--i:3;"></span></div>', 4); const _hoisted_6 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, _hoisted_6); } var FlowLine = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "G:\\My_Projects\\visual-design\\packages\\components\\demo\\src\\flow-line.vue"]]); exports["default"] = FlowLine; //# sourceMappingURL=flow-line.js.map