vue-formular
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue", |
@@ -19,9 +19,7 @@ # Vue Formular | ||
# Installation (using `browserify`) | ||
# Installation | ||
Requires two transforms: `stringify` and `require-globify`. | ||
npm install vue-formular | ||
Require the script: | ||
Require the script. Compilation Requires two `browserify` transforms: `stringify` and `require-globify`: | ||
@@ -96,2 +94,7 @@ var VueFormular = require('vue-formular'); | ||
### Slots | ||
All fields have a `beforeField` and `afterField` [slots](http://vuejs.org/guide/components.html#Named_Slots), which allow you to add custom HTML. | ||
`vf-submit` has a similar `beforeButton` and `afterButton` slots. | ||
## Validation | ||
@@ -98,0 +101,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37800
238