Files
shopdb-flask/frontend/src/App.vue
cproudlock 1196de6e88 Initial commit: Shop Database Flask Application
Flask backend with Vue 3 frontend for shop floor machine management.
Includes database schema export for MySQL shopdb_flask database.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 16:07:34 -05:00

7 lines
67 B
Vue

<template>
<router-view />
</template>
<script setup>
</script>