This commit is contained in:
duanliang
2024-12-13 10:46:59 +08:00
parent 81d7983cb6
commit 0acf868da4
6 changed files with 379 additions and 1 deletions

View File

@@ -8,13 +8,14 @@
<li></li>
<li></li>
</ul>
<box4 />
</div>
</main>
</template>
<script setup>
import box1 from './components/box-1.vue'
import box4 from './components/box-4.vue'
onMounted(() => {})
</script>