1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00

release: 2.0.0

This commit is contained in:
zclzone 2023-12-20 21:19:16 +08:00
parent a3951eb36f
commit 7f57c84119
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "vue-naive-admin",
"private": true,
"version": "2.0.0-beta.01",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -26,11 +26,11 @@
<i
class="i-fe:github mr-16 cursor-pointer"
@click="handleLinkClick('https://github.com/zclzone/vue-naive-admin/tree/2.x-beta')"
@click="handleLinkClick('https://github.com/zclzone/vue-naive-admin/tree/2.x')"
/>
<i
class="i-me:gitee mr-16 cursor-pointer"
@click="handleLinkClick('https://gitee.com/isme-admin/vue-naive-admin/tree/2.x-beta')"
@click="handleLinkClick('https://gitee.com/isme-admin/vue-naive-admin/tree/2.x')"
/>
<UserAvatar />
</div>

View File

@ -28,11 +28,11 @@
<i
class="i-fe:github mr-16 cursor-pointer"
@click="handleLinkClick('https://github.com/zclzone/vue-naive-admin/tree/2.x-beta')"
@click="handleLinkClick('https://github.com/zclzone/vue-naive-admin/tree/2.x')"
/>
<i
class="i-me:gitee mr-16 cursor-pointer"
@click="handleLinkClick('https://gitee.com/isme-admin/vue-naive-admin/tree/2.x-beta')"
@click="handleLinkClick('https://gitee.com/isme-admin/vue-naive-admin/tree/2.x')"
/>
<UserAvatar />
</div>

View File

@ -54,7 +54,7 @@
type="primary"
class="ml-12"
tag="a"
href="https://github.com/zclzone/vue-naive-admin/tree/2.x-beta"
href="https://github.com/zclzone/vue-naive-admin/tree/2.x"
target="__blank"
>
代码仓库