File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 55</template >
66
77<script >
8- // import { asideMenuCssClasses, validBreakpoints, checkBreakpoint } from '../../shared/classes'
9-
108export default {
119 name: ' AppAside' ,
1210 props: {
@@ -26,7 +24,6 @@ export default {
2624 mounted : function () {
2725 this .isFixed (this .fixed )
2826 this .isOffCanvas (this .offCanvas )
29- // this.displayBreakpoint(this.display)
3027 },
3128 methods: {
3229 isFixed (fixed ) {
@@ -36,13 +33,6 @@ export default {
3633 isOffCanvas (offCanvas ) {
3734 offCanvas ? document .body .classList .add (' aside-menu-off-canvas' ) : document .body .classList .remove (' aside-menu-off-canvas' )
3835 }
39- // displayBreakpoint (display) {
40- // let cssClass = asideMenuCssClasses[0]
41- // if (display && checkBreakpoint(display, validBreakpoints)) {
42- // cssClass = `aside-menu-${display}-show`
43- // }
44- // document.body.classList.add(cssClass)
45- // }
4636 }
4737}
4838 </script >
You can’t perform that action at this time.
0 commit comments