js test with axios interceptors
This commit is contained in:
@@ -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)')
|
||||
|
Reference in New Issue
Block a user