- Fixed some typos

This commit is contained in:
Alexis
2020-06-29 15:55:37 +02:00
parent f8a1a9e73f
commit 4e04014b32
6 changed files with 3 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ export default {
},
methods: {
async fetchSchool(id) {
const { data } = await Schools.getSchool(id)
const { data } = await Schools.getOne(id)
return data
},
async computeSchool() {