visual-design
Version:
A Component Library for Vue 3
34 lines (31 loc) • 1.16 kB
JavaScript
import { defineComponent, createElementVNode, openBlock, createElementBlock } from 'vue';
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
const _sfc_main = defineComponent({
name: "VWifi"
});
const _hoisted_1 = { class: "wifi" };
const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", {
class: "line",
style: { "--i": "0" }
}, null, -1);
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", {
class: "line",
style: { "--i": "1" }
}, null, -1);
const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", {
class: "line",
style: { "--i": "2" }
}, null, -1);
const _hoisted_5 = /* @__PURE__ */ createElementVNode("div", { class: "dot" }, null, -1);
const _hoisted_6 = [
_hoisted_2,
_hoisted_3,
_hoisted_4,
_hoisted_5
];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("div", _hoisted_1, _hoisted_6);
}
var Wifi = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "G:\\My_Projects\\visual-design\\packages\\components\\demo\\src\\wifi.vue"]]);
export { Wifi as default };
//# sourceMappingURL=wifi.mjs.map