3 lines
302 B
Vue
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>
|