Vuelidate: Missing declaration for decimal and integer validators in lib/index.js

Created on 25 Feb 2018  路  3Comments  路  Source: vuelidate/vuelidate

Hi,
just testing 0.6.2 and ran into an issue, so just had a real quick look at /lib/validators/index.js where it seems there are missing declarations for the new decimal and integer validators.

Adding them manually solved my issue.
Like:
var _decimal = require('./decimal');
var _decimal2 = _interopRequireDefault(_decimal);
...
exports.decimal = _decimal2.default;

Sorry I didn't provide any reproduction environment.

Hope it helps though!

awaiting response

All 3 comments

+1

This issue was resolved with #261 Please give update if you still have problem with that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pylover picture pylover  路  3Comments

wdews picture wdews  路  4Comments

muchacho-diesel picture muchacho-diesel  路  4Comments

kamaslau picture kamaslau  路  3Comments

ecmel picture ecmel  路  3Comments