摘要: 1. 安装依赖 npm install @vueuse/core 2. 创建懒加载指令 创建 src/directives/imgLazy.js 文件: import { useIntersectionObserver } from '@vueuse/core' export const imgLa 阅读全文
posted @ 2025-11-17 15:42 一个小笨蛋 阅读(15) 评论(0) 推荐(0)