feat: setup autoform and create context start wrote
This commit is contained in:
parent
d5fd820c35
commit
ab17a1c40a
6 changed files with 104 additions and 0 deletions
9
src/pages/create-context.astro
Normal file
9
src/pages/create-context.astro
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import Default from "@/layouts/Default.astro"
|
||||
import ContextCreate from "@/components/ContextCreate.vue"
|
||||
---
|
||||
|
||||
<Default>
|
||||
<ContextCreate />
|
||||
</Default>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue