js test with axios interceptors

This commit is contained in:
2021-09-21 11:05:29 +02:00
parent a352b9745b
commit 48292c4f81
5 changed files with 33 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ export default {
directives: {
lazy: {
bind (figure, binding) {
console.log('directive lazy bind', figure, binding)
// console.log('directive lazy bind', figure, binding)
// show only the first image
if (binding.value === 0) {
const img = figure.querySelector('img:not(.blank)')