diff --git a/client/index.html b/client/index.html index 448c204..e20ac1d 100644 --- a/client/index.html +++ b/client/index.html @@ -3,7 +3,8 @@ - + + client diff --git a/client/package-lock.json b/client/package-lock.json index bdd95e7..bce7db2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1797,6 +1797,14 @@ "electron-to-chromium": "^1.3.30" } }, + "buefy": { + "version": "0.8.13", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.13.tgz", + "integrity": "sha512-SpJq1Bl569mT6YujrEpyqn1al6U2PcBBQkVdgdKFrW+zjh1BAcs3+sNx7+r0tPSBsLYsSU2ZZsfkFzWOnOTX8A==", + "requires": { + "bulma": "0.7.5" + } + }, "buffer": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", diff --git a/client/package.json b/client/package.json index 182fdbf..dcbf88b 100644 --- a/client/package.json +++ b/client/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "axios": "^0.18.1", + "buefy": "^0.8.13", "bulma": "^0.7.5", "bulma-slider": "^2.0.0", "vue": "^2.6.11", diff --git a/client/src/App.vue b/client/src/App.vue index 89a5678..6599459 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -10,28 +10,30 @@ export default { name: 'App', }; + + diff --git a/client/src/components/Teammood.vue b/client/src/components/Teammood.vue index 064090d..5a75a4d 100644 --- a/client/src/components/Teammood.vue +++ b/client/src/components/Teammood.vue @@ -1,8 +1,8 @@