VUE本地緩存 之 good-storage使用

安裝 good-storage
npm install good-storagenpm


用法
import storage from 'good-storage'
storage.set(key,val)  //設置
storage.get(key)  //獲取
remove(key) //刪除spa