Files
KArtSell.Aegis/templates/vertical-slice/frontend/pages/__FEATURE__Page.vue
T
kjh2064 dcd1322d41
ci / backend (push) Failing after 12s
ci / frontend (push) Failing after 19s
ci / static (push) Failing after 45s
Initial commit: Add project files
2026-08-02 05:15:36 +09:00

3 lines
302 B
Vue

<script setup lang="ts">import { CrudDetailPage } from '@/shared/ui/screen-types'</script>
<template><CrudDetailPage title="__FEATURE__" status="IMPLEMENTATION_REQUIRED"><p>__SLICE_ID__ Slice packet. Replace this placeholder only after the Slice Ready Gate is approved.</p></CrudDetailPage></template>