Vue storejs localStorage插件

文章目录 文章参考 安装 API 使用 文章参考 https://github.com/jaywcjlove/store.js 数据存储插件(store.js)的使用指南 安装 npm install store -D API 使用 // 存储变量到user键 store.set('user', { name:'Marcus' }) //获取内容 store.get('user') //
相关文章
相关标签/搜索