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

removed extra whitespace before href tag preventing app to load #3

Merged
merged 1 commit into from
Jul 3, 2018

Conversation

ikwattro
Copy link
Contributor

With the current master branch, the app do not start due to an eslint error :

WARNING  Compiled with 1 warnings                                                                                                                                                  00:35:52


  ✘  https://google.com/#q=vue%2Fno-multi-spaces  Multiple spaces found before 'href'
  src/components/AppToolbar.vue:20:13
        <v-btn  href="mailto:wangqiangshen@gmail.com">
               ^


✘ 1 problem (1 error, 0 warnings)


Errors:
  1  https://google.com/#q=vue%2Fno-multi-spaces

This PR, while minimal, fixes that issue.

@tookit tookit merged commit 394bf80 into tookit:master Jul 3, 2018
@ikwattro ikwattro deleted the fix/href-spacing branch July 8, 2018 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants