chore: Update page links on index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 55s

This commit is contained in:
严浩
2024-08-14 11:45:19 +08:00
parent 4fe1f5fd32
commit 18c90f4e09
3 changed files with 15 additions and 7 deletions

View File

@ -1,9 +1,14 @@
<template>
<div>
<h1>Some Page</h1>
<button @click="$router.back()">Back</button>
<main>
<ul>
<li>
密码强度:
<a target="_blank" href="https://zxcvbn-ts.github.io/zxcvbn/guide/getting-started/">@zxcvbn-ts/core</a>
</li>
</ul>
</main>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>