v-lazy-image icon indicating copy to clipboard operation
v-lazy-image copied to clipboard

Cannot import it on vue 2

Open rexdarelandig opened this issue 3 years ago • 6 comments

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

rexdarelandig avatar Feb 22 '22 03:02 rexdarelandig

The same for me... Going back to version 1.4.0 fixes the problem of course.

hzjsti avatar Mar 02 '22 13:03 hzjsti

With Vue 2 you should try: import VLazyImage from 'v-lazy-image/v2/v-lazy-image.es';

eddieferrer avatar Apr 06 '22 03:04 eddieferrer

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

ilyen85 avatar Apr 11 '22 11:04 ilyen85

Same issue, any updates?

AhmedSayedSk avatar Sep 22 '22 13:09 AhmedSayedSk

Same

MooseSaeed avatar Apr 26 '23 17:04 MooseSaeed

Same

quangklynk avatar Jul 24 '23 17:07 quangklynk