From 619af1fbb6b06d0a9b7470d2aae26fcbed7ac8ee Mon Sep 17 00:00:00 2001 From: liuzt50906 Date: Wed, 10 Jan 2024 14:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(README):=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=9E=E7=8E=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a650d13..4f44d11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Vue 3 项目的小 demo 集合 现已实现: -- 过场动画 -- KeepAlive灵活清除缓存 - - +- Animation(过场动画) +- KeepAliveClear(灵活清理页面缓存方案) +- useLastPosition(记录列表浏览位置) +- usePaging(快捷分页模块,支持自定义) +- autoUpdate(纯前端检查代码是否更新) +- postmessagePromise(Promise 化通信方案)