Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed May 12, 2016
1 parent 67d7020 commit a501720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VuexValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function install(Vue, { validators: _validators } = { validators: [] })

validators.forEach((item) =>
{
item.getProperties.forEach((prop) =>
item.getProperties().forEach((prop) =>
{
const id = `\$valid\$${camelCase(prop)}`
const rules = item.getRulesByProperty(prop)
Expand Down

0 comments on commit a501720

Please sign in to comment.