chore: Update environment configuration and dependencies
Some checks failed
CI / cache-and-install (push) Failing after 2m6s

This commit is contained in:
严浩
2024-08-05 16:20:24 +08:00
parent e78e2108b9
commit 31aa166513
20 changed files with 1230 additions and 53 deletions

View File

@ -17,6 +17,10 @@ import HelloWorld from './components/HelloWorld.vue'
</div>
</header>
<nav>
<button @click="$router.push({ name: 'About' })">AboutButtonPush</button>
</nav>
<RouterView />
</template>