1.0.0 • Published 8 months ago

@ingrun/cache v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@ingrun/cache

config

import create from '@ingrun/cache'
import Vue from 'vue'

export default create(Vue)

use

import cache from 'utils/cache'
cache.set('username', 'zhangsan')

console.log(cache.get('username')) 
// zhangsan
1.0.0

8 months ago