test
All checks were successful
Deploy App / test (push) Successful in 9s
Deploy App / deploy (push) Successful in 1m2s

This commit is contained in:
valere
2025-09-19 23:47:04 +02:00
parent f27b49e02f
commit c8a5ac4fad
2 changed files with 10 additions and 0 deletions

5
app/pages/sub/dir.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
sub dir view
</div>
</template>

5
app/pages/sub/index.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
test
</div>
</template>