vue-lazyload icon indicating copy to clipboard operation
vue-lazyload copied to clipboard

how to use with typescript

Open Yongest opened this issue 6 years ago • 2 comments

when use vue+typescript, error .

- invalid expression: Unexpected token . in ../assets/img/contact.png Raw expression: v-lazy="../assets/img/contact.png"

Yongest avatar Nov 24 '18 03:11 Yongest

Same happens to me

jariesdev avatar Jun 02 '19 12:06 jariesdev

Any update on this?

I have this error when doing Vue.use(VueLazyload)

Type 'VueLazyloadPluginObject' provides no match for the signature '(Vue: VueConstructor<Vue>, options?: any): void'.

jp-prieto avatar Oct 04 '19 21:10 jp-prieto