@nextcloud/vue
Version:
Nextcloud vue components
23 lines (22 loc) • 616 B
JavaScript
import { n as normalizeComponent } from "../chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs";
const _sfc_main = {
name: "NcAppContentDetails"
};
var _sfc_render = function render() {
var _vm = this, _c = _vm._self._c;
return _c("div", { staticClass: "app-content-details" }, [_vm._t("default")], 2);
};
var _sfc_staticRenderFns = [];
var __component__ = /* @__PURE__ */ normalizeComponent(
_sfc_main,
_sfc_render,
_sfc_staticRenderFns,
false,
null,
null
);
const NcAppContentDetails = __component__.exports;
export {
NcAppContentDetails as default
};
//# sourceMappingURL=NcAppContentDetails.mjs.map