trying to get json from api

This commit is contained in:
2019-08-20 14:38:08 +02:00
parent 67515882c3
commit 6a2bb45fb2
4 changed files with 33 additions and 5 deletions
+1
View File
@@ -19,6 +19,7 @@ export default {
}),
beforeCreate () {
// ?_format=json
REST.get(`/indexOperum`, {})
.then(({ data }) => {
console.log('operum REST: data', data)