修改禅道已知bug
This commit is contained in:
@@ -621,8 +621,8 @@
|
||||
rules: {
|
||||
subtitle: [
|
||||
{
|
||||
max: 100,
|
||||
message: this.$t('subtitle') + this.$t('cannotExceed') + 100 + this.$t('Characters'),
|
||||
max: 300,
|
||||
message: this.$t('subtitle') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user