search filters ok, to be improved on results pertinance
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
// if (this.$options.name ==! 'ModalCard') {
|
||||
this.$el.addEventListener('mouseover', function (event) {
|
||||
const imgs = this.querySelectorAll('.images figure img.lazy')
|
||||
console.log('mousemove', this, imgs)
|
||||
// console.log('mousemove', this, imgs)
|
||||
imgs.forEach((img) => {
|
||||
// console.log('forEach img',img)
|
||||
img.setAttribute('src', img.getAttribute('data-src'))
|
||||
@@ -62,7 +62,7 @@ export default {
|
||||
|
||||
this.$el.addEventListener('mousemove', function (event) {
|
||||
const imgs = this.querySelectorAll('.images figure img.lazy')
|
||||
console.log('mousemove', this, imgs)
|
||||
// console.log('mousemove', this, imgs)
|
||||
imgs.forEach((img) => {
|
||||
// console.log('forEach img',img)
|
||||
img.setAttribute('src', img.getAttribute('data-src'))
|
||||
|
Reference in New Issue
Block a user