vue-lazyload
vue-lazyload copied to clipboard
how to use with typescript
when use vue+typescript, error .
- invalid expression: Unexpected token . in ../assets/img/contact.png Raw expression: v-lazy="../assets/img/contact.png"
Same happens to me
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'.