mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Log current list size
This commit is contained in:
parent
0a04e2e9fa
commit
89fa5b2000
1 changed files with 2 additions and 0 deletions
|
|
@ -290,6 +290,8 @@ export default {
|
||||||
// console.log('this.$refs[`${app.slug}-row`]', this.$refs[`${app.slug}-row`][0])
|
// console.log('this.$refs[`${app.slug}-row`]', this.$refs[`${app.slug}-row`][0])
|
||||||
this.observer.observe(this.$refs[`${app.slug}-row`][0])
|
this.observer.observe(this.$refs[`${app.slug}-row`][0])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log('appList', appList.length)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// Search priorities
|
// Search priorities
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue