diff --git a/app/javascript/components/AppDropdown.vue b/app/javascript/components/AppDropdown.vue new file mode 100644 index 0000000..2f29ba2 --- /dev/null +++ b/app/javascript/components/AppDropdown.vue @@ -0,0 +1,62 @@ + + + \ No newline at end of file diff --git a/app/javascript/components/TaskListMiniForm.vue b/app/javascript/components/TaskListMiniForm.vue new file mode 100644 index 0000000..b364d52 --- /dev/null +++ b/app/javascript/components/TaskListMiniForm.vue @@ -0,0 +1,48 @@ + + + \ No newline at end of file diff --git a/app/javascript/components/TheTaskListList.vue b/app/javascript/components/TheTaskListList.vue index 666927f..3126454 100644 --- a/app/javascript/components/TheTaskListList.vue +++ b/app/javascript/components/TheTaskListList.vue @@ -2,19 +2,75 @@

Tasks

- + + {{l.name}} + + + +