UNPKG

vform

Version:

Handle Laravel-Vue forms and validation with ease.

10 lines (7 loc) 125 B
import Alert from './Alert' export default { extends: Alert, props: { message: { type: String, default: '' } } }