diff --git a/.gitignore b/.gitignore index 32fecaa2..47127901 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,6 @@ sw.* # dev and test databases dev.sqlite3 test.sqlite3 + +#storage +storage/ diff --git a/components/importStudents.vue b/components/importStudents.vue index f20e70cc..5f8b755e 100644 --- a/components/importStudents.vue +++ b/components/importStudents.vue @@ -9,7 +9,7 @@
Importar alunos (SIGAA)
Curso: {{ displayCurso() }}
Curso: {{ course }}