diff --git a/20_脚手架/vue_code/src/App.vue b/20_脚手架/vue_code/src/App.vue index c8d2876..8228789 100644 --- a/20_脚手架/vue_code/src/App.vue +++ b/20_脚手架/vue_code/src/App.vue @@ -1,32 +1,128 @@ \ No newline at end of file diff --git a/20_脚手架/vue_code/src/components/School.vue b/20_脚手架/vue_code/src/components/School.vue deleted file mode 100644 index 0bfe5f9..0000000 --- a/20_脚手架/vue_code/src/components/School.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - diff --git a/20_脚手架/vue_code/src/components/Student.vue b/20_脚手架/vue_code/src/components/Student.vue deleted file mode 100644 index 229ba86..0000000 --- a/20_脚手架/vue_code/src/components/Student.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - diff --git a/20_脚手架/vue_code/src/components/TodoBottom.vue b/20_脚手架/vue_code/src/components/TodoBottom.vue new file mode 100644 index 0000000..b4de571 --- /dev/null +++ b/20_脚手架/vue_code/src/components/TodoBottom.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/20_脚手架/vue_code/src/components/TodoHeader.vue b/20_脚手架/vue_code/src/components/TodoHeader.vue new file mode 100644 index 0000000..d4a857c --- /dev/null +++ b/20_脚手架/vue_code/src/components/TodoHeader.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/20_脚手架/vue_code/src/components/TodoItem.vue b/20_脚手架/vue_code/src/components/TodoItem.vue new file mode 100644 index 0000000..c617603 --- /dev/null +++ b/20_脚手架/vue_code/src/components/TodoItem.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/20_脚手架/vue_code/src/components/TodoList.vue b/20_脚手架/vue_code/src/components/TodoList.vue new file mode 100644 index 0000000..4be4cc2 --- /dev/null +++ b/20_脚手架/vue_code/src/components/TodoList.vue @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file