Merge branch 'main' into feature/fix_defects_router
This commit is contained in:
@@ -360,6 +360,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
|
||||
]),
|
||||
centered: true,
|
||||
width: 548,
|
||||
zIndex: 9999,
|
||||
keyboard: false,
|
||||
maskClosable: false,
|
||||
closable: false,
|
||||
|
||||
@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
|
||||
]),
|
||||
centered: true,
|
||||
width: 548,
|
||||
zIndex: 9999,
|
||||
keyboard: false,
|
||||
maskClosable: false,
|
||||
closable: false,
|
||||
|
||||
@@ -44,7 +44,6 @@ const showComponent = (route: RouteLocationNormalizedLoadedGeneric) => {
|
||||
v-if="getEnabledTransition"
|
||||
:name="getTransitionName(route)"
|
||||
appear
|
||||
mode="out-in"
|
||||
>
|
||||
<KeepAlive
|
||||
v-if="keepAlive"
|
||||
|
||||
@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
|
||||
]),
|
||||
centered: true,
|
||||
width: 548,
|
||||
zIndex: 9999,
|
||||
keyboard: false,
|
||||
maskClosable: false,
|
||||
closable: false,
|
||||
|
||||
Reference in New Issue
Block a user