UNPKG

vue-atlas

Version:

A library of Vue.js 2.x components.

14 lines (13 loc) 159 B
export default { props: { name: { type: String }, customValidate: { type: Function }, rules: { type: Array } } }