This commit is contained in:
2019-06-24 20:23:28 +00:00
parent f7dfffcc4e
commit c5fad4e58c
3 changed files with 63 additions and 3 deletions

View File

@@ -98,7 +98,8 @@ export default {
"AreYouSureUnsavedChanges",
"Leave",
"Copy",
"Tags"
"Tags",
"Customize"
],
decimalValidate(required) {
return { required: required, decimal: [2, this.format().decimalSeparator] };