feat: form tabanlı admin editörü — JSON yerine kullanıcı dostu alanlar

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
AyrisAI
2026-07-21 01:36:28 +03:00
co-authored by Claude Fable 5
parent 3420d32271
commit 9ee4c94278
3 changed files with 484 additions and 13 deletions
+1
View File
@@ -11,6 +11,7 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AdminField: typeof import('./src/components/Admin/Field.vue')['default']
Button: typeof import('./src/components/Button.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
Header: typeof import('./src/components/Header.vue')['default']