Дополнительная проверка Vuetify

rules: [
  v => {
    if (v) return v.length <= 50 || 'maximum 50 characters';
    else return true;
  },
],
two2