@insightphp/insight
Version:
Laravel package for building control panels.
19 lines (18 loc) • 623 B
JavaScript
import { defineComponent as r, openBlock as t, createElementBlock as n, unref as e, createBlock as c, createCommentVNode as l } from "vue";
import { usePage as a } from "@inertiajs/inertia-vue3";
import { Portal as p } from "@insightphp/inertia-view";
const s = { class: "flex flex-col w-full" }, k = /* @__PURE__ */ r({
__name: "ShowResourcePage",
setup(m) {
const o = a();
return (u, f) => (t(), n("div", s, [
e(o).props.value.details ? (t(), c(e(p), {
key: 0,
component: e(o).props.value.details
}, null, 8, ["component"])) : l("", !0)
]));
}
});
export {
k as default
};