feat: Add SomePage route and component
All checks were successful
CI / cache-and-install (push) Successful in 1m9s

This commit is contained in:
严浩
2024-08-14 10:57:28 +08:00
parent 89c6c6e0dd
commit 1c2a6ced9e
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<template>
<div>
<h1>Some Page</h1>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>