File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ export default {
86
86
} ,
87
87
pages : {
88
88
WorkflowPage : {
89
- labels : {
90
- } ,
89
+ labels : { } ,
91
90
} ,
92
91
} ,
93
92
} ;
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import { bus } from ' boot/bus' ;
3
-
4
3
</script >
5
4
6
5
<template >
@@ -15,8 +14,7 @@ import { bus } from 'boot/bus';
15
14
@show =" bus.emit('drawer', 'open', 'right')"
16
15
@hide =" bus.emit('drawer', 'close', 'right')"
17
16
>
18
- <q-list separator >
19
- </q-list >
17
+ <q-list separator > </q-list >
20
18
</q-drawer >
21
19
</template >
22
20
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { WindowType } from 'src/types/service/window/types';
9
9
import { i18nSubPath , useService } from ' src/utils/common' ;
10
10
11
11
const i18n = i18nSubPath (' layouts.headers.MainHeader' );
12
- const {name} = useRoute ();
12
+ const { name } = useRoute ();
13
13
const windowService = useService (ServiceType .window );
14
14
15
15
const isAlwaysOnTop = ref (false );
You can’t perform that action at this time.
0 commit comments