Open
Description
reference
vue-i18n API documentation does not mention that an error is raised if an unexpected ?>value is specified.
https://vue-i18n.intlify.dev/api/composition.html#composernumberformatting
I think it would help to mention it in the documentation.
Originally posted by @kazupon in #1746 (comment)
summary
The vue-i18n API functions do not describe the errors that can occur.
We need to pick up the provided API and include it in the docs.
The API docs are generated from the source code and should be written in tsdoc (jsdoc) format.