pinia-plugin-persistedstate持久化存儲(chǔ)數(shù)據(jù) 實(shí)際上就是使用這個(gè)pinia-plugin-persistedstate插件,它解決的問題是,幫你把store中的數(shù)據(jù)持久化的存儲(chǔ)在localstorage中,并且比較好的一點(diǎn)是,當(dāng)你需要使用store中的數(shù)據(jù)時(shí),它又從localstorage中取出來給你去渲染頁面,其實(shí)就和我上面第3篇博客的內(nèi)容差不多,這樣就不怕刷新頁面了...
www.dbjr.com.cn/javascript/293716f...htm 2025-6-6