In the i18n vue docs https://vue-i18n.intlify.dev/api/composition#tm-key it uses rt in under the info for tm(key). There is a link to rt where it says in the docs "You need to use rt for the locale message returned by tm. see the rt details." but the link to that section of the docs doesn't exist (it tries to navigate to https://vue-i18n.intlify.dev/api/composition.html#rt-message). Trying to use rt I'm getting a "TypeError: Cannot convert object to primitive value" in one component (elsewher I am using it is fine but in this component which re-renders it leads to an error).
Internationalization plugin for Vue.js
Internationalization plugin for Vue.js