当前位置:   article > 正文

若依ruoyi侧边导航栏取消折叠功能_若依框架vue2 侧边导航栏悬浮

若依框架vue2 侧边导航栏悬浮

 navbar.vue注释:

<!-- <hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" /> -->

layout.vue注释:

  1. classObj() {
  2. return {
  3. // hideSidebar: !this.sidebar.opened,
  4. // openSidebar: this.sidebar.opened,
  5. withoutAnimation: this.sidebar.withoutAnimation,
  6. mobile: this.device === 'mobile'
  7. }
  8. },

sidebar.vue注释:

  1. isCollapse() {
  2. return false;
  3. }

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/777636
推荐阅读
相关标签
  

闽ICP备14008679号