UNPKG

@likun./lazy-img

Version:

a custom element of image-lazy-loading based on web-components

9 lines (6 loc) 173 B
import LazyImg from '@/components/LazyImg' customElements.define('lazy-img', LazyImg) // note that the exported constructor is not the custom element export { LazyImg }