aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/views/Home.vue
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-05-28 17:27:29 +0200
committerHampusM <hampus@hampusmat.com>2021-05-28 17:27:29 +0200
commit06f028bf5aefba7d93a7a00373ea820f4537bfd3 (patch)
treeed61bf00c5150d22c76d7226557bfb1e31228c99 /src/frontend/views/Home.vue
parentbdfc5d2d092fdce8fb4149ae8acb86b63c14c642 (diff)
Added a clone-dropdown & made multiple small frontend improvements
Diffstat (limited to 'src/frontend/views/Home.vue')
-rw-r--r--src/frontend/views/Home.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/views/Home.vue b/src/frontend/views/Home.vue
index 9ee5c02..e3746c7 100644
--- a/src/frontend/views/Home.vue
+++ b/src/frontend/views/Home.vue
@@ -1,6 +1,6 @@
<template>
<HomeHeader />
- <div class="row mx-0 mt-5">
+ <div class="row mx-0">
<div id="projects-header" class="col ms-4">
<p class="fs-1">
Projects
@@ -43,7 +43,7 @@ export default {
},
setup()
{
- const state = reactive({ projects: Object, search: String });
+ const state = reactive({ projects: {}, search: "" });
watch(() =>
{