diff --git a/layers/composables/useTemplateRegistry.ts b/layers/composables/useTemplateRegistry.ts index 422e707..b3451f2 100644 --- a/layers/composables/useTemplateRegistry.ts +++ b/layers/composables/useTemplateRegistry.ts @@ -14,6 +14,7 @@ import FxDownload01 from '#layers/templates/FxDownload01/index.vue' import FxCoupon01 from '#layers/templates/FxCoupon01/index.vue' import FxSecure01 from '#layers/templates/FxSecure01/index.vue' import FxPreregist01 from '#layers/templates/FxPreregist01/index.vue' +import CtLayout01 from '#layers/templates/CtLayout01/index.vue' const templateRegistry = { GR_VISUAL_01: { component: GrVisual01 }, @@ -32,6 +33,7 @@ const templateRegistry = { FX_COUPON_01: { component: FxCoupon01 }, FX_SECURE_01: { component: FxSecure01 }, FX_PREREGIST_01: { component: FxPreregist01 }, + CT_LAYOUT_01: { component: CtLayout01 }, } as const type TemplateKey = keyof typeof templateRegistry diff --git a/layers/templates/CtLayout01/index.vue b/layers/templates/CtLayout01/index.vue new file mode 100644 index 0000000..de82678 --- /dev/null +++ b/layers/templates/CtLayout01/index.vue @@ -0,0 +1,562 @@ + + + + + + + {{ tm('Newreturnevent_Section03_Title') }} + + + + + + \ No newline at end of file