@nextcloud/vue
Version:
Nextcloud vue components
16 lines (15 loc) • 714 B
JavaScript
import "../assets/index52.css";
import { n as e } from "../chunks/_plugin-vue2_normalizer-5b4c43a4.mjs";
const n = { name: "NcAppSettingsSection", props: { name: { type: String, required: !0 }, id: { type: String, required: !0, validator(t) {
return /^[a-z0-9\-_]+$/.test(t);
} } }, computed: { htmlId() {
return "settings-section_" + this.id;
} } };
var i = function() {
var t = this, s = t._self._c;
return s("div", { staticClass: "app-settings-section", attrs: { id: t.htmlId } }, [s("h3", { staticClass: "app-settings-section__name" }, [t._v(" " + t._s(t.name) + " ")]), t._t("default")], 2);
}, r = [], a = e(n, i, r, !1, null, "a8066fd5", null, null);
const l = a.exports;
export {
l as default
};