File tree 2 files changed +3
-5
lines changed
apps/simple-admin-core/src/views/dashboard/workbench
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ import type {
4
4
WorkbenchQuickNavItem ,
5
5
} from ' @vben/common-ui' ;
6
6
7
- import { useRouter } from ' vue-router' ;
8
-
9
7
import { WorkbenchQuickNav } from ' @vben/common-ui' ;
10
8
import { $t } from ' @vben/locales' ;
9
+ import { useRouter } from ' vue-router' ;
11
10
// import { useUserStore } from '@vben/stores';
12
11
import { openWindow } from ' @vben/utils' ;
13
-
14
12
import { Card , TypographyTitle } from ' ant-design-vue' ;
15
13
16
14
// const userStore = useUserStore();
@@ -88,7 +86,7 @@ function navTo(nav: WorkbenchProjectItem | WorkbenchQuickNavItem) {
88
86
<div class =" mt-5 flex flex-col lg:flex-row" >
89
87
<div class =" mr-4 w-full lg:w-3/5" >
90
88
<Card :title =" $t('sys.sys.version')" >
91
- <TypographyTitle :level =" 5" > Simple Admin v1.6.2 </TypographyTitle >
89
+ <TypographyTitle :level =" 5" > Simple Admin v1.6.3 </TypographyTitle >
92
90
</Card >
93
91
</div >
94
92
<div class =" w-full lg:w-2/5" >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simple-admin-vben5-ui" ,
3
- "version" : " 1.6.2 " ,
3
+ "version" : " 1.6.3 " ,
4
4
"private" : true ,
5
5
"keywords" : [
6
6
" monorepo" ,
You can’t perform that action at this time.
0 commit comments