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') //
相關文章
相關標籤/搜索