mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
f4d459af7f
commit
bf34beec20
@ -341,7 +341,7 @@
|
|||||||
|
|
||||||
<!--移动端选项卡-->
|
<!--移动端选项卡-->
|
||||||
<transition name="mobile-slide">
|
<transition name="mobile-slide">
|
||||||
<MobileTabbar v-if="mobileTabbar" @on-click="onTabbarClick"/>
|
<MobileTabbar v-if="mobileTabbar && keyboardShow" @on-click="onTabbarClick"/>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
||||||
<!-- okr明细 -->
|
<!-- okr明细 -->
|
||||||
@ -521,6 +521,7 @@ export default {
|
|||||||
'okrWindow',
|
'okrWindow',
|
||||||
'formOptions',
|
'formOptions',
|
||||||
'mobileTabbar',
|
'mobileTabbar',
|
||||||
|
'keyboardShow',
|
||||||
'longpressData',
|
'longpressData',
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user