UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

30 lines (27 loc) 1.04 kB
import _sfc_main from './loading.vue_vue_type_script_lang.mjs'; import { createElementVNode, openBlock, createElementBlock } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs'; const _hoisted_1 = { class: "ivue-tree-node--loading__wrapper" }; const _hoisted_2 = /* @__PURE__ */ createElementVNode("svg", { class: "ivue-tree-node--loading", viewBox: "25 25 50 50" }, [ /* @__PURE__ */ createElementVNode("circle", { class: "path", cx: "50", cy: "50", r: "20", fill: "none", "stroke-width": "5", "stroke-miterlimit": "10" }) ], -1); const _hoisted_3 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("div", _hoisted_1, _hoisted_3); } var Loading = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-tree\\loading.vue"]]); export { Loading as default }; //# sourceMappingURL=loading.mjs.map