@nextcloud/vue
Version:
Nextcloud vue components
12 lines (11 loc) • 473 B
JavaScript
import "../assets/index20.css";
import { n as a } from "../chunks/_plugin-vue2_normalizer-5b4c43a4.mjs";
const r = { props: { appName: { type: String, required: !0 } } };
var s = function() {
var t = this, e = t._self._c;
return e("div", { staticClass: "content", class: `app-${t.appName.toLowerCase()}`, attrs: { id: "content-vue" } }, [t._t("default")], 2);
}, n = [], o = a(r, s, n, !1, null, "eb1078f7", null, null);
const i = o.exports;
export {
i as default
};