Skip to content

Commit f6d4a89

Browse files
committed
removed some useless comments
1 parent 5e411d3 commit f6d4a89

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/HomeQueue.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,10 @@ export default {
9696
},
9797
setLayer (element) {
9898
this.setActiveLayer(element)
99-
// this.setTitle()
10099
},
101100
setParentLayer () {
102101
if (this.activeLayer.id !== '') {
103102
this.upOneLayer(this.activeLayer.id)
104-
// this.setTitle()
105103
}
106104
}
107105
},
@@ -113,13 +111,7 @@ export default {
113111
} else {
114112
this.component = false
115113
}
116-
},
117-
// activeLayer: function () {
118-
// // console.log('watching activeComponent in HomeQueue')
119-
// if (this.activeLayer !== '') {
120-
// this.setTitle()
121-
// }
122-
// }
114+
}
123115
}
124116
}
125117
</script>

0 commit comments

Comments
 (0)