ivue-material-plus
Version:
A high quality UI components Library with Vue.js
28 lines (25 loc) • 929 B
JavaScript
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-table-circular",
viewBox: "25 25 50 50"
};
const _hoisted_2 = /* @__PURE__ */ createElementVNode("circle", {
class: "path",
cx: "50",
cy: "50",
r: "20",
fill: "none",
"stroke-width": "5",
"stroke-miterlimit": "10"
}, null, -1);
const _hoisted_3 = [
_hoisted_2
];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("svg", _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-table\\loading.vue"]]);
export { Loading as default };
//# sourceMappingURL=loading.mjs.map