vue-cookies缓存
vue-cookies
vue-cookies用来完成前台的cookies存储
vue项目安装插件
cnpm install vue-cookies
获取
cache.get(key)
配置main.js
import cookies from 'vue-cookies'
Vue.prototype.$cookies = cookies;
使用
this.$cookies.set(key, value, exp) # 增改
this.$cookie.get(key) #查
this.$cookie.remove(key) #删
'''
exp参数:
1)直接给数字,单位是s
2)默认是1d,代表一天
3)其他单位 1d 1m 1y,通常后后台统一 7d
'''
Only you can control your future
You're not alone. You still have family,peopel who care for you and want to save you.