added corpus link, added nominum & locorum api request (not working yet)

This commit is contained in:
2019-08-20 17:09:18 +02:00
parent 6a2bb45fb2
commit 5ddfb7d286
8 changed files with 113 additions and 5 deletions
+3 -1
View File
@@ -19,7 +19,8 @@ export default {
}),
beforeCreate () {
// ?_format=json
// items/gdpLeMaire1685T01BodyFr01.003.016
// texts/gdpSauval1724
REST.get(`/indexOperum`, {})
.then(({ data }) => {
console.log('operum REST: data', data)
@@ -40,5 +41,6 @@ export default {
}
}
</script>
<style lang="scss" scoped>
</style>