@nextcloud/vue
Version:
Nextcloud vue components
18 lines (17 loc) • 680 B
JavaScript
import '../assets/NcAppNavigationSpacer-LST5uYYS.css';
import { defineComponent, createElementBlock, openBlock } from "vue";
import { _ as _export_sfc } from "./_plugin-vue_export-helper-1tPrXgE0.mjs";
const _hoisted_1 = { class: "app-navigation-spacer" };
const _sfc_main = /* @__PURE__ */ defineComponent({
__name: "NcAppNavigationSpacer",
setup(__props) {
return (_ctx, _cache) => {
return openBlock(), createElementBlock("li", _hoisted_1);
};
}
});
const NcAppNavigationSpacer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-277fa710"]]);
export {
NcAppNavigationSpacer as N
};
//# sourceMappingURL=NcAppNavigationSpacer-BvkBfuVw.mjs.map