2026.06.04 frontend építés közben

This commit is contained in:
Roo
2026-06-04 07:26:22 +00:00
parent 7adf6cc3e3
commit 59a30ac428
3302 changed files with 24091 additions and 1771 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div class="admin-vehicles-view">
<h1 class="text-2xl font-bold mb-6">Vehicle Catalog Management</h1>
<p class="text-gray-400 mb-8">Manage vehicle models, technical data, and catalog synchronization.</p>
<div class="bg-gray-800/50 rounded-xl border border-gray-700 p-6">
<div class="text-center py-12 text-gray-500">
Vehicle catalog management interface will be implemented here.
</div>
</div>
</div>
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>