UNPKG

@builder.io/sdk-vue

Version:
35 lines (34 loc) 1.05 kB
import { defineComponent as t, defineAsyncComponent as n, resolveComponent as r, openBlock as c, createBlock as p } from "vue"; import { j as s, e as l } from "./index-8E5G8ahg.js"; const i = () => import("./index-8E5G8ahg.js").then((e) => e.G).then((e) => e.default).catch((e) => { throw console.error( "Error while attempting to dynamically import component Block at ../block.vue", e ), e; }), m = t({ name: "repeated-block", components: { Block: n(i) }, props: ["repeatContext", "block", "registeredComponents", "linkComponent"], data() { return { store: this.repeatContext }; }, provide() { const e = this; return { [s.key]: e.store }; } }); function a(e, k, d, C, f, u) { const o = r("Block"); return c(), p(o, { block: e.block, context: e.store, registeredComponents: e.registeredComponents, linkComponent: e.linkComponent }, null, 8, ["block", "context", "registeredComponents", "linkComponent"]); } const _ = /* @__PURE__ */ l(m, [["render", a]]); export { _ as default };