This commit is contained in:
2019-03-25 21:58:36 +00:00
parent 736495687e
commit d340608798
4 changed files with 44 additions and 5 deletions

View File

@@ -26,8 +26,8 @@
v-model="obj.count"
:counter="10"
:label="this.$gzlocale.get('WidgetCount')"
ref="count"
:rules="[this.$gzv.Required(this,'count')]"
ref="count"
:rules="[this.$gzv.Integer(this,'count'),this.$gzv.Required(this,'count')]"
required
></v-text-field>
</v-flex>