Fix home linter error. Add custom vue config to gitignore

This commit is contained in:
2019-02-16 12:46:25 +07:00
parent 03ce30468c
commit ff614e2646
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -21,3 +21,4 @@ yarn-error.log*
*.sw* *.sw*
docker-compose.override.yml docker-compose.override.yml
vue.config.js

View File

@@ -1,4 +1,7 @@
<template> <template>
<div>
<h2>Home</h2>
</div>
</template> </template>
<script> <script>