diff --git a/index.html b/index.html index 9b7f844..5bd3857 100644 --- a/index.html +++ b/index.html @@ -1,83 +1,88 @@ - + + + + - - - + + + + + - - - - - + + + LOCALNET - - - LOCALNET + + + + - - - - + + - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + - - - - - - - + + + + - - - - + +
- -
+ + + + + + + + + + + - - - - - - - - - - - + + + + + + - - - - - - - - - - - \ No newline at end of file + + + diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index 83ef9fe..bcc51b0 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -2,17 +2,17 @@
-
- +
+
-
{{ data.item.title }}
+
{{ title }}

- {{ data.item.content }} + {{ content }}

- {{ data.item.date }} + {{ date }}

@@ -23,8 +23,30 @@ +