Vue3 Pinia持久化存储

hykeda2年前1812
一、Pinia持久化存储二、使用步骤1.安装插件代码如下(示例):npm i pinia-plugin-persist --save2.store/index.js代码如...