9 lines
243 B
Vue
9 lines
243 B
Vue
<template>
|
|
<div class="p-6">
|
|
<UCard>
|
|
<template #header><h2 class="text-xl font-semibold">Admin / Entity Fields</h2></template>
|
|
<p>Scaffold placeholder. Add fields to the selected entity.</p>
|
|
</UCard>
|
|
</div>
|
|
</template>
|