Files
web/app/pages/about/index.vue
Thien Pham Van cf144ea896 base
2026-03-17 14:08:57 +07:00

8 lines
100 B
Vue

<template>
<div class="container">Page content about</div>
</template>
<script setup>
</script>