mirror of
https://github.com/imsyy/home.git
synced 2024-11-16 11:42:18 +08:00
fix: 修复壁纸展示状态下移动端菜单按钮未隐藏错误
This commit is contained in:
parent
1716f53864
commit
9c03de74f8
|
@ -17,7 +17,12 @@
|
|||
</section>
|
||||
</div>
|
||||
<!-- 移动端菜单按钮 -->
|
||||
<Icon class="menu" size="24" @click="store.mobileOpenState = !store.mobileOpenState">
|
||||
<Icon
|
||||
class="menu"
|
||||
size="24"
|
||||
v-show="!store.backgroundShow"
|
||||
@click="store.mobileOpenState = !store.mobileOpenState"
|
||||
>
|
||||
<component :is="store.mobileOpenState ? CloseSmall : HamburgerButton" />
|
||||
</Icon>
|
||||
<!-- 页脚 -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user