mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove old watch code
This commit is contained in:
parent
27271e4f50
commit
82c19090f5
1 changed files with 0 additions and 13 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue