Remove old watch code

This commit is contained in:
Sam Carlton 2022-05-19 14:53:25 -05:00
parent 27271e4f50
commit 82c19090f5

View file

@ -303,19 +303,6 @@ export default {
return this.query.split(/\s+/).filter(part => part.length > 0) return this.query.split(/\s+/).filter(part => part.length > 0)
}, },
}, },
// watch: {
// 'store.mode': function (newMode) {
// // If we're showing the search
// // then focus on the search input
// // on the next tick when our input
// // exists
// if (newMode === 'search') {
// this.$nextTick(() => {
// this.$refs.search.focus()
// })
// }
// }
// },
mounted () { mounted () {
// console.log(this.$el) // console.log(this.$el)