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.
15 lines (12 loc) • 385 B
TypeScript
// ------------------------------------------------------------------------------
// name: cookie.d
// author: 喵大斯( h5devs.com/h5devs.net )
// created: 2018/8/28
// ------------------------------------------------------------------------------
/**
* 获取cookie值
* @param key
* @returns {String}
*/
declare function getCookie( key );
export { getCookie };