20 lines
522 B
Vue
20 lines
522 B
Vue
<template>
|
|
<div>
|
|
<h1>Some Page</h1>
|
|
<button class="green" @click="$router.back()">Back</button>
|
|
<main>
|
|
<ul>
|
|
<li>
|
|
密码强度
|
|
<a class="green" target="_blank" href="https://zxcvbn-ts.github.io/zxcvbn/guide/getting-started/"
|
|
>@zxcvbn-ts/core</a
|
|
>
|
|
</li>
|
|
<li>
|
|
vitepress高亮: <a class="green" target="_blank" href="https://shiki.tmrs.site/packages/vitepress">Shiki</a>
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
</div>
|
|
</template>
|