From 0347a54ac0730511a6d1502f1b5348b0d11a0010 Mon Sep 17 00:00:00 2001 From: Christoph Lienhard Date: Sun, 14 Jun 2020 03:13:52 +0200 Subject: [PATCH] Use backend on theses page --- package.json | 2 +- src/app/euromat/components/theses.vue | 33 ++++++++++++++++++--------- src/app/euromat/helper.js | 33 +++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 12 deletions(-) create mode 100644 src/app/euromat/helper.js diff --git a/package.json b/package.json index 5f59fcf..930d07f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "serve": "npm run svg && vue-cli-service serve", "build": "npm run svg && npm run admin && npm run data && vue-cli-service build", - "lint": "vue-cli-service lint", + "lint": "vue-cli-service lint --fix", "test:unit": "vue-cli-service test:unit", "svg": "vsvg -s ./src/assets/svg -t ./src/assets/icons", "admin": "node bin/admin-yml" diff --git a/src/app/euromat/components/theses.vue b/src/app/euromat/components/theses.vue index 4994991..8a62f8b 100644 --- a/src/app/euromat/components/theses.vue +++ b/src/app/euromat/components/theses.vue @@ -1,12 +1,12 @@