Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is important to add translations as part of validation object

  • Similar procedure can be used to update Vuetify’s built-in translations, for example to change text in empty table (API link) which has key: $vuetify.noDataText

    Code Block
    languagejson
    {
      "$vuetify": {
        "noDataText": "No data here"
      }
    }

...