UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

11 lines (7 loc) 186 B
'use strict' function ValidationError (errors) { this.name = 'ValidationError' this.errors = errors } ValidationError.prototype = Error.prototype module.exports = ValidationError