Skip to content

Commit

Permalink
code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul0813 committed Dec 14, 2018
1 parent 2024204 commit b3a1010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/optional/fieldPikaday.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
methods: {
getDateFormat() {
return objGet(this.schema, 'pikadayOptions.format', inputFormat);
return objGet(this.schema, "pikadayOptions.format", inputFormat);
},
...dateFieldHelper,
initialize(options) {
Expand Down

0 comments on commit b3a1010

Please sign in to comment.