chore: Update page links on index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 55s
All checks were successful
CI / cache-and-install (push) Successful in 55s
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user