mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
chenage event name from is-mobile-start to set-mobile-start
This commit is contained in:
parent
cf9f7a4294
commit
79d0eb5d03
@ -3,7 +3,7 @@
|
||||
<mobile-start
|
||||
v-if="mobileStart"
|
||||
class="d-inline d-lg-none zindex10000"
|
||||
@is-mobile-start="setMobileStart"
|
||||
@set-mobile-start="setMobileStart"
|
||||
/>
|
||||
<div class="h-100 align-middle">
|
||||
<navbar class="zindex10" />
|
||||
@ -73,7 +73,7 @@
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-card-body class="">
|
||||
<router-view @is-mobile-start="setMobileStart"></router-view>
|
||||
<router-view @set-mobile-start="setMobileStart"></router-view>
|
||||
</b-card-body>
|
||||
</b-card>
|
||||
</div>
|
||||
|
||||
@ -106,7 +106,7 @@ export default {
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.$emit('is-mobile-start', false)
|
||||
this.$emit('set-mobile-start', false)
|
||||
this.setDisplaySetup()
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user