wip Pup 1.0.0
This commit is contained in:
commit
cdc15f019d
48 changed files with 1100 additions and 0 deletions
4
imports/modules/validate.js
Normal file
4
imports/modules/validate.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import $ from 'jquery';
|
||||
import 'jquery-validation';
|
||||
|
||||
export default (form, options) => $(form).validate(options);
|
||||
Loading…
Add table
Add a link
Reference in a new issue