diff --git a/src/App.vue b/src/App.vue index 33b2986..55da46d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,15 @@ - - - - - - - 共 {{ listData.length }} 项 - - - - - - - - - - - - {{ selectedItem.name }} - {{ selectedItem.path }} - - - - {{ item.label }} - - - - - - - - - - {{ toastMessage }} - - - + - - diff --git a/src/components/ProjectList.vue b/src/components/ProjectList.vue new file mode 100644 index 0000000..9b01c6a --- /dev/null +++ b/src/components/ProjectList.vue @@ -0,0 +1,408 @@ + + + + + + + + + + 共 {{ data.length }} 项 + + + + + + + + + + + {{ selectedItem.name }} + {{ selectedItem.path }} + + + + {{ item.label }} + + + + + + + + + {{ toastMessage }} + + + + + + \ No newline at end of file