File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 5
5
</template >
6
6
7
7
<script >
8
- // import { asideMenuCssClasses, validBreakpoints, checkBreakpoint } from '../../shared/classes'
9
-
10
8
export default {
11
9
name: ' AppAside' ,
12
10
props: {
@@ -26,7 +24,6 @@ export default {
26
24
mounted : function () {
27
25
this .isFixed (this .fixed )
28
26
this .isOffCanvas (this .offCanvas )
29
- // this.displayBreakpoint(this.display)
30
27
},
31
28
methods: {
32
29
isFixed (fixed ) {
@@ -36,13 +33,6 @@ export default {
36
33
isOffCanvas (offCanvas ) {
37
34
offCanvas ? document .body .classList .add (' aside-menu-off-canvas' ) : document .body .classList .remove (' aside-menu-off-canvas' )
38
35
}
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
- // }
46
36
}
47
37
}
48
38
</script >
You can’t perform that action at this time.
0 commit comments