Skip to content
New issue

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

refactor: use multi-word names for router views #6809

Merged
merged 3 commits into from Nov 4, 2021

Commits on Nov 4, 2021

  1. chore: don't throw error on single-word component names for now

    We'll fix it later. But that is not the goal of this PR.
    sodatea committed Nov 4, 2021
    Copy the full SHA
    68c371d View commit details
    Browse the repository at this point in the history
  2. refactor: use multi-word names for router views

    - About -> AboutView
    - Home -> HomeView
    
    This is to fix the errors raised by the new eslint rule
    <https://eslint.vuejs.org/rules/multi-word-component-names.html>
    sodatea committed Nov 4, 2021
    Copy the full SHA
    2ae8e2b View commit details
    Browse the repository at this point in the history
  3. refactor: named routes can use lower-case characters, avoiding being …

    …confused with the component names
    sodatea committed Nov 4, 2021
    Copy the full SHA
    a4e8f25 View commit details
    Browse the repository at this point in the history