ivue-material-plus
Version:
A high quality UI components Library with Vue.js
32 lines (27 loc) • 1.07 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
var loading_vue_vue_type_script_lang = require('./loading.vue_vue_type_script_lang.js');
var vue = require('vue');
var _pluginVue_exportHelper = require('../../_virtual/_plugin-vue_export-helper.js');
const _hoisted_1 = {
class: "ivue-table-circular",
viewBox: "25 25 50 50"
};
const _hoisted_2 = /* @__PURE__ */ vue.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 vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
}
var Loading = /* @__PURE__ */ _pluginVue_exportHelper["default"](loading_vue_vue_type_script_lang["default"], [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-table\\loading.vue"]]);
exports["default"] = Loading;
//# sourceMappingURL=loading.js.map
;