mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 22:59:01 +08:00
Compare commits
3 Commits
693c4542ef
...
8aa2a91b72
Author | SHA1 | Date | |
---|---|---|---|
|
8aa2a91b72 | ||
|
005aa60982 | ||
|
6f38034c14 |
@ -73,3 +73,9 @@ Vue Naive Admin 提供一套后端代码,技术栈使用 Nestjs + TypeOrm + My
|
|||||||
- [isme-java-serve](https://github.com/DHBin/isme-java-serve): 一个轻量级的Java后端服务,基于SpringBoot、MybatisPlus、SaToken、MapStruct等实现,已对接 Vue Naive Admin 2.0。
|
- [isme-java-serve](https://github.com/DHBin/isme-java-serve): 一个轻量级的Java后端服务,基于SpringBoot、MybatisPlus、SaToken、MapStruct等实现,已对接 Vue Naive Admin 2.0。
|
||||||
- [naive-admin-go](https://github.com/ituserxxx/naive-admin-go): 一个 Go 后端服务,基于 gin、gorm、mysql、jwt和session,已对接 Vue Naive Admin 2.0。
|
- [naive-admin-go](https://github.com/ituserxxx/naive-admin-go): 一个 Go 后端服务,基于 gin、gorm、mysql、jwt和session,已对接 Vue Naive Admin 2.0。
|
||||||
|
|
||||||
|
## 入群交流
|
||||||
|
|
||||||
|
添加微信,拉你进群
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
@ -8,9 +8,11 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<n-scrollbar x-scrollable>
|
||||||
<n-tabs
|
<n-tabs
|
||||||
:value="tabStore.activeTab"
|
:value="tabStore.activeTab"
|
||||||
:closable="tabStore.tabs.length > 1"
|
:closable="tabStore.tabs.length > 1"
|
||||||
|
class="py-10"
|
||||||
:style="`--selected-bg: ${appStore.isDark ? '#1b2429' : '#eaf0f1'}`"
|
:style="`--selected-bg: ${appStore.isDark ? '#1b2429' : '#eaf0f1'}`"
|
||||||
type="card"
|
type="card"
|
||||||
@close="(path) => tabStore.removeTab(path)"
|
@close="(path) => tabStore.removeTab(path)"
|
||||||
@ -25,6 +27,7 @@
|
|||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
</n-tab>
|
</n-tab>
|
||||||
</n-tabs>
|
</n-tabs>
|
||||||
|
</n-scrollbar>
|
||||||
|
|
||||||
<ContextMenu
|
<ContextMenu
|
||||||
v-if="contextMenuOption.show"
|
v-if="contextMenuOption.show"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user