From e4aeef75dfd2f7bac45fc37031f54aa98602c963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B7=B3?= <189964430@qq.com> Date: Thu, 13 Jun 2024 15:31:04 +0800 Subject: [PATCH] feat: add pinia-plugin-persistedstate (#153) https://github.com/prazdevs/pinia-plugin-persistedstate ## Summary by CodeRabbit - **New Features** - Added state persistence for Pinia store, ensuring your app state is saved across sessions. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d4cd706..c077fb2 100644 --- a/package.json +++ b/package.json @@ -18141,6 +18141,9 @@ }, "p5": { "version": "*" + }, + "pinia-plugin-persistedstate": { + "version": "*" } } }