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) 186 B
/** * 存储引擎的类型 */ declare var STORAGE_TYPE:{ localStorage:string; sessionStorage:string; memory:string; cookie:string; }; export default STORAGE_TYPE;