v-lazy-image
v-lazy-image copied to clipboard
Cannot import it on vue 2
I followed the import import VLazyImage from "v-lazy-image/v2";
and got this
Module not found: Error: Package path ./v2 is not exported from package
The same for me... Going back to version 1.4.0 fixes the problem of course.
With Vue 2 you should try:
import VLazyImage from 'v-lazy-image/v2/v-lazy-image.es';
With Vue 2 you should try:
import VLazyImage from 'v-lazy-image/v2/v-lazy-image.es';
Hi, sorry but this isn't working for me.
I have tried:
import VLazyImage from "v-lazy-image/v2/v-lazy-image.es"
import VLazyImage from "v-lazy-image/v2/v-lazy-image.js"
import VLazyImage from "v-lazy-image/v2/v-lazy-image.mjs"
None of these have worked
Same issue, any updates?
Same
Same