UNPKG

vform

Version:

Handle Laravel-Vue forms and validation with ease.

13 lines (10 loc) 182 B
import Alert from './Alert' export default { extends: Alert, props: { message: { type: String, default: 'There were some problems with your input.' } } }