pnpm add -S localforage
localforage.config({
name: "mj-opreation-vue", // 项目名,即数据表名字
});
// 查
localforage.getItem(key);
// 增 | 改
localforage.setItem(key, value);
// 删
localforage.removeItem(key);
生成中...
感谢您的支持与鼓励
您的支持是我们前进的动力