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.

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