UNPKG

vue-simple

Version:

Use Vue in the simplest and easiest way, contain more than one of plugins and other to do that, i hope you will like it.

12 lines (10 loc) 207 B
/** * 存储引擎的类型 */ const STORAGE_TYPE = { localStorage: 'localStorage', sessionStorage: 'sessionStorage', memory: 'memory', cookie: 'cookie' }; export default STORAGE_TYPE;