赞
踩
navbar.vue注释:
<!-- <hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" /> -->
layout.vue注释:
- classObj() {
- return {
- // hideSidebar: !this.sidebar.opened,
- // openSidebar: this.sidebar.opened,
- withoutAnimation: this.sidebar.withoutAnimation,
- mobile: this.device === 'mobile'
- }
- },
sidebar.vue注释:
- isCollapse() {
- return false;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。