会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MR崔
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
vue-sessionStorage
封装localstorage为插件挂载到vue原型上
摘要:webvuecli
阅读全文
posted @
2018-11-08 16:30
MR崔
阅读(827)
评论(0)
推荐(0)
封装localstorage 为方法
摘要:VUE2-ELM/** * 存储localStorage */ export const setStore = (name, content) => { if (!name) return; if (typeof content !== 'string') { content = JSON.stringify(content); } windo...
阅读全文
posted @
2018-11-08 16:27
MR崔
阅读(469)
评论(0)
推荐(0)
sessionStorage存储购物车
摘要:{{shopCart.number}} ¥{{shopCart.price}} ...
阅读全文
posted @
2018-02-27 15:16
MR崔
阅读(355)
评论(0)
推荐(0)
公告