1.0.0 • Published 2 years ago

lho-echarts-grid v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

iView Admin Pro

storage 使用 set(key, val) set storage with key and val

get(key, def) get storage with key, return def if not find

remove(key) remove storage with key

has(key) determine storage has the key

clear() clear all storages

getAll() get all the storages

forEach(callback) forEach the storages and call the callback function with each storage