@nextcloud/vue
Version:
Nextcloud vue components
23 lines (22 loc) • 625 B
JavaScript
import '../assets/NcAppNavigationList-BIbyyT7b.css';
import { n as normalizeComponent } from "../chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs";
const _sfc_main = {
name: "NcAppNavigationList"
};
var _sfc_render = function render() {
var _vm = this, _c = _vm._self._c;
return _c("ul", { staticClass: "app-navigation-list" }, [_vm._t("default")], 2);
};
var _sfc_staticRenderFns = [];
var __component__ = /* @__PURE__ */ normalizeComponent(
_sfc_main,
_sfc_render,
_sfc_staticRenderFns,
false,
null,
"058e6060"
);
const NcAppNavigationList = __component__.exports;
export {
NcAppNavigationList as default
};