generate frontend

This commit is contained in:
opbnq-q
2025-03-09 08:28:52 -07:00
parent c1dde79c7e
commit 8fbbd7b142
3 changed files with 4 additions and 5 deletions

View File

@@ -83,6 +83,6 @@ const validate: Validate<Author> = (entity) => {
<template>
<main class="w-screen h-screen">
<Table :scheme :service :get-defaults :load :items :validate></Table>
<Table name="Author" :scheme :service :get-defaults :load :items :validate></Table>
</main>
</template>