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.

17 lines (14 loc) 271 B
/** * */ declare const Http:{ /** * 根据 HTTP 错误对象分析对应的错误详细内容 * @param {{request,response:{status}}} error * @returns {*} * @param error * @return */ errorInfo( error:any ):any; }; export { Http, HttpErrorInfo };