# vue-view-lazy **Repository Path**: cncgx/vue-view-lazy ## Basic Information - **Project Name**: vue-view-lazy - **Description**: 基于vue的懒加载插件,图片或者其他资源进入可视区域后加载 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 129 - **Forks**: 33 - **Created**: 2018-05-16 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # vue-view-lazy 原文链接:[gitee.com](https://gitee.com/cncgx/vue-view-lazy) 基于vue的懒加载插件 > 目的:图片或者其他资源进入可视区域后加载 ## 注意 >该插件依赖`IntersectionObserver API`,如需在较低版本浏览器运行,需要引入 polyfill ## 安装使用 1. 直接下载`dist`目录下的[vue-view-lazy.min.js](https://gitee.com/cncgx/vue-view-lazy/blob/master/dist/vue-view-lazy.min.js)使用 2. 使用npm安装 ### 直接使用 ``` html