library-picturebook-activity/frontend/src/App.vue

12 lines
137 B
Vue
Raw Normal View History

2025-11-23 14:04:20 +08:00
<template>
<router-view />
</template>
<script setup lang="ts">
// App root component
</script>
<style scoped lang="scss">
</style>