Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:kazupon/vue-i18n into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 29, 2016
2 parents c9b0177 + a0cc343 commit 2c17636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function (Vue) {
} else {
result = hasOwn(args, i) ? args[i] : null
if (result === null || result === undefined) {
return ''
return match
}

return result
Expand Down

0 comments on commit 2c17636

Please sign in to comment.