meta-common-input-mixin
v1.0.2
Published
[](http://gitlab.meta.com.br/meta-awesome/meta-common-input-mixin/commits/master) [ # Optional Vue.use(VeeValidate, { inject: false, locale: 'pt_BR', fieldsBagName: 'validationFields', })
Props
Parameter | Type | Required | Default | Description
--------- | ---- | -------- | ------- | -----------
classes | object | false | {} |
disabled | boolean | false | false |
id | string | true | |
label | string | true | | |
name | string | true | |
readonly | boolean | false | false |
required | boolean | false | false |
validations | object | false | {} | Validations applied by vee-validate
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, consult the docs for vue-loader.
