mod: 同步超链接

This commit is contained in:
pany
2022-04-23 10:33:30 +08:00
parent c8b195d128
commit df157b1f1e
2 changed files with 3 additions and 6 deletions

View File

@@ -49,16 +49,13 @@ const state = reactive({
<el-avatar :icon="UserFilled" :size="34" />
<template #dropdown>
<el-dropdown-menu>
<a target="_blank" href="#">
<a target="_blank" href="https://juejin.cn/post/7089377403717287972">
<el-dropdown-item>V3-Admin-Vite 中文文档</el-dropdown-item>
</a>
<a target="_blank" href="#">
<el-dropdown-item>V3-Admin-Vite English Docs</el-dropdown-item>
</a>
<a target="_blank" href="https://github.com/un-pany/v3-admin-vite">
<el-dropdown-item>V3-Admin-Vite GitHub</el-dropdown-item>
</a>
<a target="_blank" href="#">
<a target="_blank" href="https://gitee.com/un-pany/v3-admin-vite">
<el-dropdown-item>V3-Admin-Vite Gitee</el-dropdown-item>
</a>
<a target="_blank" href="https://juejin.cn/post/6963876125428678693">