Vue 3 naming convention for single-instance compoents #11045
Unanswered
Paalon
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Vue 2 style guide, there is the priority B rule: https://v2.vuejs.org/v2/style-guide/?redirect=true#Single-instance-component-names-strongly-recommended that you should use
The
prefix but in Vue 3 style guide, I can't find the rule anymore. Why the rule was removed and what is the recommended style?Beta Was this translation helpful? Give feedback.
All reactions