We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue 3 does not require components to have a wrapper element.
It is possible to make i18n component to not render wrapper element by default on Vue 3.
i18n
Pros:
Cons:
Or instead new attribute can be added or allow tag attribute to accept falsy values. Pros:
tag
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Vue 3 does not require components to have a wrapper element.
It is possible to make
i18n
component to not render wrapper element by default on Vue 3.Pros:
Cons:
Or instead new attribute can be added or allow
tag
attribute to accept falsy values.Pros:
Cons:
The text was updated successfully, but these errors were encountered: