@aplus-frontend/ui
Version:
38 lines (37 loc) • 1.31 kB
JavaScript
import { defineComponent as a, createElementBlock as r, openBlock as t, createBlock as o, createCommentVNode as i, createVNode as n, unref as l } from "vue";
import "./components/desc/index.vue.mjs";
import { ApSkeletonLine as s } from "./components/line/index.mjs";
import "./components/list/index.vue.mjs";
import "./components/page-header/index.vue.mjs";
import m from "./components/page-header/index.vue2.mjs";
import p from "./components/desc/index.vue2.mjs";
import c from "./components/list/index.vue2.mjs";
const f = { style: {
width: "100%"
} }, $ = /* @__PURE__ */ a({
__name: "descriptions",
props: {
active: { type: Boolean, default: !0 },
pageHeader: { type: Boolean, default: void 0 },
list: { type: [Boolean, Number], default: 3 }
},
setup(u) {
return (e, d) => (t(), r("div", f, [
e.pageHeader !== !1 ? (t(), o(m, {
key: 0,
active: e.active
}, null, 8, ["active"])) : i("", !0),
n(p, { active: e.active }, null, 8, ["active"]),
e.list !== !1 ? (t(), o(l(s), { key: 1 })) : i("", !0),
e.list !== !1 ? (t(), o(c, {
key: 2,
active: e.active,
size: e.list,
"action-button": !!e.list
}, null, 8, ["active", "size", "action-button"])) : i("", !0)
]));
}
});
export {
$ as default
};