@nextcloud/vue
Version:
Nextcloud vue components
31 lines (30 loc) • 801 B
JavaScript
;
const _pluginVue2_normalizer = require("../chunks/_plugin-vue2_normalizer-V0q-tHlQ.cjs");
const _sfc_main = {
name: "NcAppContentList",
props: {
selection: {
type: Boolean,
default: false
},
showDetails: {
type: Boolean,
default: false
}
}
};
var _sfc_render = function render() {
var _vm = this, _c = _vm._self._c;
return _c("div", { staticClass: "app-content-list", class: { selection: _vm.selection, showdetails: _vm.showDetails } }, [_vm._t("default")], 2);
};
var _sfc_staticRenderFns = [];
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
_sfc_main,
_sfc_render,
_sfc_staticRenderFns,
false,
null,
null
);
const NcAppContentList = __component__.exports;
module.exports = NcAppContentList;