更新记录
1.0.0(2020-10-14) 下载此版本
添加 set 设置string get 获取string setJson 设置json getJson 获取json
平台兼容性
在main.js 引入 import save from 'utils/save.js';
Vue.prototype.$save = save;
使用方法 this.$save.setJson('key', {key: 1,name: 2}); this.$save.getJson('key');