We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e411d3 commit f6d4a89Copy full SHA for f6d4a89
src/components/HomeQueue.vue
@@ -96,12 +96,10 @@ export default {
96
},
97
setLayer (element) {
98
this.setActiveLayer(element)
99
- // this.setTitle()
100
101
setParentLayer () {
102
if (this.activeLayer.id !== '') {
103
this.upOneLayer(this.activeLayer.id)
104
105
}
106
107
@@ -113,13 +111,7 @@ export default {
113
111
} else {
114
112
this.component = false
115
116
- },
117
- // activeLayer: function () {
118
- // // console.log('watching activeComponent in HomeQueue')
119
- // if (this.activeLayer !== '') {
120
121
- // }
122
+ }
123
124
125
</script>
0 commit comments