使用 Quasar Framework 时 q-field 的错误标签(结合 q-input)

Error-labels of q-field (in combination with q-input) when using Quasar Framework

我有两个关于 error-labels of q-field (in combination with q-input) when using Quasar Framework 的问题:

  1. 当错误标签显示时,它会将其下方的按钮进一步移动 下。我该如何解决这个问题?
  2. 与 vuelidate 结合使用时(推荐用于 验证)我想显示适用的验证错误。 因此,不只是显示:error-label="Please type a valid name" 我想显示(多个)实际验证错误 vuelidate 发现,所以例如更符合:“名称必须长于 4 字符,没有数字”。我将如何使用 error-label类星体提供?
  1. 尝试<q-component :content-css="{minWidth: '80vw', minHeight: '80vh'}">(你应该设置最小宽度and/or高度以避免 这种行为)

    1. 检查这个:http://forum.quasar-framework.org/topic/2263/dynamic-error-message/4